Converting PSD to JPG, bad background
Posted: 2011-05-04T07:48:57-07:00
Hi, I have problem with converting psd image to jpg. There is "random" colors in place of white background in converted image (example: http://skoumal.name/22495.jpg) with ImageMagick 6.2.8. Background is black instead white with ImageMagick 6.2.5.
Source psd file: http://skoumal.name/22495.psd
I use this command:
Can anybody please help me, if i must use any option or imagemagic has problem with some psd images?
Source psd file: http://skoumal.name/22495.psd
I use this command:
Code: Select all
convert 22495.psd -background white -flatten -density 300 -colors 512 -antialias -normalize -units PixelsPerInch -quality 100 -colorspace RGB -resize '3425x3425>' slozka/22495.jpg