[Glade-users] GdkPixmap to Bitmap

Tristan Van Berkom tristan.van.berkom@gmail.com
Fri, 06 May 2005 00:12:08 -0400


Dina wrote:
[...]
> Can someone help in converting it and storing it
> as a file.?

It should be something along the lines of:

    pixbuf = gdk_pixbuf_get_from_drawable (...);
    gdk_pixbuf_save (pixbuf...);

Cheers,
                   -Tristan

Note that you'll get better results asking gtk+
related questions on gtk-list@gnome.org