Page 1 of 1

PSD renditions produces 3 different renditions

Posted: 2015-05-20T07:37:25-07:00
by ddes0380
Hi,
We are getting 3 different renditions for a single PSD file with the following command:
imconvert <input filename>.psd -resize 480x384^> -colorspace rgb -density 480x384 <output filename>.jpg
whereas the same command produces correct results for TIF images.
Can anybody explain why this could be happening?

Re: PSD renditions produces 3 different renditions

Posted: 2015-05-20T08:24:46-07:00
by dlemstra
When you read a PSD file it will create a 'composite' image and all the layers of that image. If you only want to get the composite image you should use <input filename>.psd[0] instead.