Re: Loading A Graphic Using CxImage From User Input
- Posted by mic_ Jun 22, 2009
- 1393 views
I have no idea how to display images using win32lib. But if you want to get the actual image data from an image loaded with the CxImage wrapper then what you're looking for is probably:
-- sequence CXI_GetDIB(atom image) -- Returns the sequence {bits, width, height, bpp}.