Flatten Tiff, but preserve alpha channel
Posted: 2013-12-17T12:57:04-07:00
I want to flatten a layered tiff while retaining the alpha channel.
using this:
convert ../source.tif -alpha on -layers flatten -filter lanczos -resize 1024x1024 -unsharp 1x0.5 %temp%/temp.tga
I lose my alpha channel, what should be transparent turns opaque white.
using this:
convert ../source.tif -alpha on -layers flatten -filter lanczos -resize 1024x1024 -unsharp 1x0.5 %temp%/temp.tga
I lose my alpha channel, what should be transparent turns opaque white.