Covert all image files to .JPG 2011-08-12 02:42pm
I had a bunch of .bmp files (ugh I know) that I wanted to convert to .jpg files. With ImageMagic's mogrify command it's easy
mogrify -format jpg *.bmp
I had a bunch of .bmp files (ugh I know) that I wanted to convert to .jpg files. With ImageMagic's mogrify command it's easy
mogrify -format jpg *.bmp