We're using IM to convert PNGs to TIFs, while trying to maintain transparency. Currently the command used is:
Code: Select all
convert file.png -type TrueColorMatte file.tif
Question is, how would we convert and maintain the colour channels, while still keeping transparency?
Am a little bit stumped on this one!