A customer asks if it is possible to add the Apple RGB color profile to ImageMagick.
Is it?
Thanks
Adding another ICC to imagemagick
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Adding another ICC to imagemagick
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.
snibgo's IM pages: im.snibgo.com
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Adding another ICC to imagemagick
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