Adding another ICC to imagemagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Duo NV
Posts: 1
Joined: 2018-02-14T09:59:53-07:00
Authentication code: 1152

Adding another ICC to imagemagick

Post by Duo NV »

A customer asks if it is possible to add the Apple RGB color profile to ImageMagick.

Is it?

Thanks
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Adding another ICC to imagemagick

Post 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.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Adding another ICC to imagemagick

Post 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
Post Reply