Colors inversion IM 6.7.6

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
vladimir_ff
Posts: 18
Joined: 2011-11-18T05:12:05-07:00
Authentication code: 8675308

Colors inversion IM 6.7.6

Post by vladimir_ff »

I have some unexpected behaviour with this image:
Image
My code:

Code: Select all

Image image( <path to image> );
image.display();
It shows picture with inverted colors
It is definitely not problem of display func, it is because IM sees this picture wrong
IM 6.7.6
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Colors inversion IM 6.7.6

Post by fmw42 »

It is cmyk jpg. so you need to convert to rgb. many viewers do not know how to handle cmyk
Post Reply