• Here ImageMagick command to convert multiple images from different format into another format. For example if I have a folder full of .jpeg, .jpg, and .png and I want to convert these to .png format.
mogrify -format png *.*

./20161104-2232-cet-how-to-convert-all-image-files-in-a-directory-using-imagemagick-1.png

./20161104-2232-cet-how-to-convert-all-image-files-in-a-directory-using-imagemagick-2.png