Spot colors
Posted: 2015-12-01T07:45:47-07:00
Hi,
I'm trying to convert a high-res tif file to a low-res (100 dpi) tif file, using the following code:
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!
Best regards,
Maarten
I'm trying to convert a high-res tif file to a low-res (100 dpi) tif file, using the following code:
Code: Select all
convert.exe "input.tif" -compress Zip -quality 40 -resample 100 "output.tif"
Best regards,
Maarten