Batch Converting Images
Updated at 2015-07-26 15:50
brew install imagemagick
# Copy the directory to somewhere safe.
ogrify -format jpg *.png
rm *.png
# Check that the directory has the same number of files.
brew install imagemagick
# Copy the directory to somewhere safe.
ogrify -format jpg *.png
rm *.png
# Check that the directory has the same number of files.