resizing an rgb image in gtk

From: Swathy Reddy (swathiv_07_at_yahoo.com)
Date: 01/19/05


Date: 18 Jan 2005 22:57:47 -0800

Hi,

    i have developed a Linux client which can play the video data that
will be sent from the server. I have done it by creating a drawing
area and using

    gtk_draw_rgb_image()
    
to paint the rgb data in the drawing area. Now i have problem in
resizing this image. When i try to resize only drawing area is
resized, but the image size is constant. How can i scale the image? Do
i have any function in GTK to resize the image data , like using
pixbufs in gtk we have a function to resize the image
named
      gdk_pixbuf_scale_simple()

but i'm not using pixbuf here. Do i have any function like this to
resize an rgb image without using pixbufs..............

Thankx in advance
 
Swathy.V