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