The psd file has a transparent background, but no alpha channel (in Photoshop)!
I want the background to appear white in the jpg.
Image Magick Version: ImageMagick 7.0.4-6 Q16 x64 2017-01-27 http://www.imagemagick.org
OS: Windows 10 64 bit (x64)
My conversion command is:
Code: Select all
convert pari.psd[0] -flatten out.jpg
I opened the pari.psd file in photoshop and converted it to RGB (pariRGB.psd).
The command:
Code: Select all
convert pariRGB.psd[0] -flatten out.jpg
So I think the problem is the Gray colorspace of the image, or how Photoshop stores the gray colorspace.
I experimented a bit and the following command works for this particular image.
Code: Select all
convert pari.psd -alpha remove -flatten -fuzz 0% -fill white -opaque black out.jpg
Is there a particular command to convert Gray PSDs into jpgs?
Thanks in advance!
http://2app.ws/pari.psd
http://2app.ws/pariRGB.psd