----- Original Message -----
Sent: Tuesday, August 20, 2002 11:33
PM
Subject: Re: Zoom-In/Out of image
gdk-pixbuf has functions for scaling images
http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/gdk-pixbuf-scaling.htm
l
Subhankar
Chakraborty wrote:
> I have a drawing area on which I have to render an
image. I am using
> GdkRGB images. And rendering using
gdk_draw_rgb_image ().
>
> Could anyone please tell me if
it is possible to Zoom into/out of
images
> in GTK. If yes, then how
?