- psd: “/usr/bin/convert test1.psd[0] -profile ISOcoated_v2_eci.icc -profile eciRGB_v2.icc -resize 1000×1000 -size 1000×1000 xc:white +swap -compose over -composite -trim -colorspace RGB -quality 100 test1.jpg”
- psd: “$imagick_path test1.psd[0] -profile ISOcoated_v2_eci.icc -profile eciRGB_v2.icc -geometry 1000×1000 -flatten -colorspace RGB -quality 100 test1.jpg”
- eps: “$imagick_path test1.eps[0] -density 600 -colorspace RGB -quality 100 test1.jpg”
- tif: “$imagick_path test1.tif[0] -profile ISOcoated_v2_eci.icc -profile eciRGB_v2.icc -colorspace RGB -antialias -geometry 1000×1000 -quality 100 test1.jpg”