I am using following imagemacgick code to convert TIFF to PNG
convert -profile ISOcoated_v2_eci.icc -profile eciRGB_v2.icc 1.tiff 3.png
TIFF file is at
http://dev9.edisbest.com/images/1.tiff
Converted PNG is AT
http://dev9.edisbest.com/images/3.png
The TIFF has the background white turned off as a layered TIF.
What i want is that the PNG should have a clear background by default, is it possible ?