Re: XImage -> GdkImage



Tristan Van Berkom wrote:

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

Thanks Tristan, that works great!

-Ken

--
Ken Siersma, Software Engineer
EKK, Inc.
phone: (248) 624-9957
fax: (248) 624-7158
http://www.ekkinc.com
--
"Our lives begin to end the day we become silent about things that matter."
    -MLK Jr.





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