Page 1 of 1

BUG: ComponentsPerPixel and CMYK images

Posted: Fri Mar 11, 2005 4:54 pm
by Ithier
When I load a CMYK image without the GFL_LOAD_ORIGINAL_COLORMODEL, the image is loaded in RVB as requested, but the ComponentsPerPixel of the GFL_BITMAP structure still indicate 4, so when I try to use another function like gflAddText the result is garbage.

Re: BUG: ComponentsPerPixel and CMYK images

Posted: Mon Mar 14, 2005 1:50 pm
by xnview
Ithier wrote:When I load a CMYK image without the GFL_LOAD_ORIGINAL_COLORMODEL, the image is loaded in RVB as requested, but the ComponentsPerPixel of the GFL_BITMAP structure still indicate 4, so when I try to use another function like gflAddText the result is garbage.
Could you send me a sample, please?