How to find tiff files which have transparency???
Posted: 2015-05-19T03:40:35-07:00
I need to find and move all tiff files in folder which have any kind of transparency. Do I can do this with IM?
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=27658
Code: Select all
convert in.tif -format %[opaque] info: