PNG to TIF conversion with extra colour channel

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Lev
Posts: 3
Joined: 2014-03-19T08:05:08-07:00
Authentication code: 6789

PNG to TIF conversion with extra colour channel

Post by Lev »

Evening all,

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
We recently started adding a custom extra channel to our PNGs. We are able to manually (using Photoshop) save our PNGs and even TIFs with this extra colour channel, but it seems like when we convert using IM, the extra colour channel gets dropped.

Question is, how would we convert and maintain the colour channels, while still keeping transparency?

Am a little bit stumped on this one!
Post Reply