Re: XImage -> GdkImage



Ken Siersma wrote:
Is there an easy way to convert an XImage to a GdkImage?


/* Draw your image to a Pixmap (now has an XID and is an X resource) */
XPutImage ();

/* Make a Gdk representation of your X resource */
gdk_pixmap_foreign_new ();

/* Get GdkImage */
gdk_drawabe_get_image ();

Cheers,
                             -Tristan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]