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?".
convert.exe "input.tif" -compress Zip -quality 40 -resample 100 "output.tif"
The original high-res file contains spot colors (PAN Orange 021 to be more precise), which is not preserved in the output file. Is there a way of preserving pantone spot colors when doing the above conversion? Thanks!