Conversion of all JPEG in a folder to CMYK

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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Conversion of all JPEG in a folder to CMYK

Post by anthony »

YOu should do this using profiles. the -colorspace option is only used for internal storage changes with only minor secondary effects for image file saving.

See IM examples, Color Profiles
http://imagemagick.org/Usage/formats/#color_profile
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply