Tiff resize removes alpha channel
Posted: 2013-12-09T13:49:11-07:00
Hello, i'm trying to use IM to resize images as its has some better options than PS. However if I have an RGBA TIFF and a simple:
Will essentially "bake" the alpha channel as transparency into the tiff and remove the alpha channel. I've tried the different -alpha settings, but nothing did the trick.
Is there a way to preserve the alpha channel?
Thanks
Code: Select all
convert.exe source.tif -resize 1024x1024 dest.tif
Is there a way to preserve the alpha channel?
Thanks