[Pkg-gmagick-im-team] Bug#743257: imagemagick: doesn't support ICC profiles?
Johannes Schauer Marin Rodrigues
josch at debian.org
Wed Sep 1 10:45:02 BST 2021
Control: tag -1 + wontfix
On Tue, 01 Apr 2014 04:35:55 +0200 Christoph Anton Mitterer <calestyo at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Lower_Left.jpg
Type: image/jpeg
Size: 43834 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-gmagick-im-team/attachments/20210901/098fb784/attachment-0001.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-gmagick-im-team/attachments/20210901/098fb784/attachment-0001.sig>
More information about the Pkg-gmagick-im-team
mailing list