I'm trying to convert a PSD file to a TIFF. Here is a screenshot of the original PSD:
http://gyazo.com/2471641bd8a0d41d7019de740aade119
Here is a screenshot of the TIFF saved by ImageMagick, using
Code: Select all
convert "test.psd[0]" -compress lzw "test_im.tiff"
You can just barely see that ImageMagick is adding some white in the semi-transparent areas around the red. I've been searching for a while to try and figure out a solution, but I'm not very good with IM. Can anyone help me solve this? Thanks very much!