PSD renditions produces 3 different renditions

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
ddes0380
Posts: 1
Joined: 2015-05-19T22:50:38-07:00
Authentication code: 6789

PSD renditions produces 3 different renditions

Post 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?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: PSD renditions produces 3 different renditions

Post 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.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply