BUG: ComponentsPerPixel and CMYK images
Moderators: helmut, XnTriq, xnview
BUG: ComponentsPerPixel and CMYK images
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
Could you send me a sample, please?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.
Pierre.