Batch Convert Images with ImageMagick

This can easily be done using the following command line, that creates a PNG file for each of the JPG files.

[code]mogrify -format png *.jpg[/code]

Comments are closed.