Hi!
I would like to know if any of guys could tell me the difference between
XGetImage and XCreateImage ... by that I mean when do I use the one or the
other!
Here's my problem:
I've noticed that XGetImage doesn't set the color masks (they're all zeros
even for 16 bpp...)
My problem with that occurs in GetDIBits when some conversion is involved
(let's say 16 bpp to 8 bpp) since the masks are all zeros
X11DRV_DIB_GetImageBits_8 goes to the unsupported part and my dib is all
black!
thanks for the help!
Francois