Difference between IM Linux and IM Windows

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
Flagg

Difference between IM Linux and IM Windows

Post by Flagg »

Hello everybody,
I have a problem at converting a CMYK TIFF into a RGB JPEG file on a Linux PC, but not on a Windows PC.
I used following command:

Code: Select all

convert cmyk.tif +profile icm +profile icc -profile cmyk.icc -profile rgb.icc rgb.jpg
I used this command at a windows machine and everything works finde.
I used this command at a linux machine and nothing happend to the colorspace of the output file.

Both machines using ImageMagick 6.6.2-7 Q16 with OpenMP.

I don't understand why this command failed at the linux machine.
Has anyone an idea?

Thanks.
Flagg

Re: Difference between IM Linux and IM Windows

Post by Flagg »

I found the answer by myself. On the Linux machine, IM is not configured with LCMS support.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Difference between IM Linux and IM Windows

Post by anthony »

It is, but only if LCMS is installed.,
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply