[2012-09-16] Resize all pictures in one folder in place

Here we go, my first blog post.

If you want to resize all pictures in one folder and replace them with the smaller version just type

mogrify -resize 800x800 *

you need image magick installed on your system.