Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib cairo fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms lqr ltdl lzma openexr png ps rsvg tiff webp x xml zlib
With the following PSD, I have converted it to TIFF in Photoshop and similarly in IM, both with compress none. There is background transparency with a shadow under it at the bottom and the top. When I convert in PS to TIFF, the shadow matches. But when I convert in IM, the shadow is much lighter.
RGB PSD with sRGB profile:
psd_to_tiff_alpha_bug/RGB-SRC.psd
PSD to TIFF in Photoshop (compress none):
RGB-SRC_fred_ps_nolayers_none_transp_rle.tif
PSD to TIFF in IM (compress none):
Code: Select all
convert RGB-SRC.psd[0] -compress none RGB-SRC_fred_im_none_trans.tif
Code: Select all
compare -metric rmse RGB-SRC_fred_im_none_trans.tif RGB-SRC_fred_ps_layers_none_transp_rle.tif -format "\n" null:
EDIT: My client did not want the images shown publicly, so I have removed the links