Search found 1 match

by roderikk
2011-12-07T00:34:20-07:00
Forum: MagickWand
Topic: remove alpha channel from TIFF
Replies: 4
Views: 32703

Re: remove alpha channel from TIFF

Slightly related, to turn of alpha on the command line you run:

Code: Select all

convert input.tif -alpha off output_no_alpha.tif