Set tiff:alpha=associated
Posted: 2010-06-29T03:02:13-07:00
I tried to remove the alpha channel of a tiff image with the following command:
convert -define tiff:alpha=associated image.tiff new_image.tiff
I have test it in 2 different versions:
ImageMagick 6.6.2-7 and ImageMagick6.2.8.
This tag only works in 6.6.2-7.
Does anyone know which is the least version to work with this option?
Thanks
convert -define tiff:alpha=associated image.tiff new_image.tiff
I have test it in 2 different versions:
ImageMagick 6.6.2-7 and ImageMagick6.2.8.
This tag only works in 6.6.2-7.
Does anyone know which is the least version to work with this option?
Thanks