CMYK to sRGB with profiles loses transparency
Posted: 2018-01-30T13:49:36-07:00
Using IM 6.9.9.34 Mac OSX Sierra.
Input:
http://www.fmwconcepts.com/misc_test/ai ... ug/test.ai
This works fine:
http://www.fmwconcepts.com/misc_test/ai ... /test1.png
But this loses transparency:
http://www.fmwconcepts.com/misc_test/ai ... /test2.png
Input:
http://www.fmwconcepts.com/misc_test/ai ... ug/test.ai
This works fine:
Code: Select all
convert -density 150 -background none -colorspace srgb test.ai test1.png
But this loses transparency:
Code: Select all
convert -density 150 -background none test.ai \
-profile /Users/fred/images/profiles/USWebCoatedSWOP.icc \
-profile /Users/fred/images/profiles/sRGB.icc \
test2.png