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?".
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Contact:
Post
by fmw42 » 2017-07-22T11:28:46-07:00
Try these. You can get different results by varying one or both profiles to other CMYK and RGB profiles.
Code: Select all
convert Lenna.png -colorspace CMYK -profile /Users/fred/images/profiles/USWebCoatedSwop.icc -profile /Users/fred/images/profiles/sRGB.icc -strip result1.png
Code: Select all
convert Lenna.png -colorspace CMYK -profile /Users/fred/images/profiles/GenericCMYKProfile.icc -profile /Users/fred/images/profiles/sRGB.icc -strip result2.png
Code: Select all
convert Lenna.png -colorspace CMYK -profile /Users/fred/images/profiles/USWebCoatedSwop.icc -profile /Users/fred/images/profiles/AdobeRGB1998.icc -strip result3.png
Code: Select all
convert Lenna.png -colorspace CMYK -profile /Users/fred/images/profiles/WebCoatedFOGRA28.icc -profile /Users/fred/images/profiles/AdobeRGB1998.icc -strip result4.png
arbingordon
Posts: 8 Joined: 2017-07-19T03:56:37-07:00
Authentication code: 1151
Contact:
Post
by arbingordon » 2017-07-22T16:20:19-07:00
Perfect, this puts me in the right direction, thank you!
Users browsing this forum: Ahrefs [Bot] , Bing [Bot] , Google [Bot] and 11 guests