Control: tag -1 + wontfix

On Tue, 01 Apr 2014 04:35:55 +0200 Christoph Anton Mitterer 
<cales...@scientia.net> wrote:
> When I open the test images there (with display):
> http://www.color.org/version4html.xalter I get just the results which would
> mean that color spaces (both ICC v2 and v4) are ignored.

this is not a bug but intended behaviour:

https://github.com/ImageMagick/ImageMagick6/issues/146#issuecomment-817167036

I attached the image with v2 GBR profile (lower left). Just running

    $ display Lower_Left.jpg

indeed shows the wrong colors. According to the IM devs you have to explicitly
state the destination profile or otherwise "display" will only draw raw pixel
values. So this works:

    $ display -profile /usr/share/color/icc/sRGB.icc Lower_Left.jpg

Thanks!

cheers, josch

Attachment: signature.asc
Description: signature

Reply via email to