Scenario
I would like to save images with alpha transparency as .png
and images without alpha transparency as .jpg
(even if their original format is .png
or .gif
). How can I detect whether or not an image has alpha transparency using ImageMagick?