Page 1 of 1
Adding another ICC to imagemagick
Posted: 2018-02-14T10:03:44-07:00
by Duo NV
A customer asks if it is possible to add the Apple RGB color profile to ImageMagick.
Is it?
Thanks
Re: Adding another ICC to imagemagick
Posted: 2018-02-14T10:11:23-07:00
by snibgo
ImageMagick can use any ICC profile. This means is can assign any ICC profile to an image, and it can convert a image between any two profiles.
Re: Adding another ICC to imagemagick
Posted: 2018-02-14T10:25:07-07:00
by fmw42
Profiles are not built into ImageMagick. They exist on your system or need to be downloaded. Once you have the appropriate profile, you can use it via the -profile command. See
https://www.imagemagick.org/script/comm ... hp#profile and
https://www.imagemagick.org/Usage/formats/#profiles