#!/bin/sh
#
# fixup for images in book 13
# (photographed using EOS550D at medium resolution, in daylight)

mogrify -rotate 90 -resize 1800x1800 -quality 75 "$@"

