[2013-12-07] convert a bunch of images to jpg

If you have a couple of png files and want them smaller, e.g. screenshots from high resolution tablets or phones:

mogrify -format jpg *.png; rm *.png