A simple image scaling cli that shrinks an image down to 640 pixels across its narrowest dimension.
$ img-scale path/to/img.jpg
$ img-scale path/to/img.png
$ img-scale glob/to/many/imgs/*
Assuming you have go installed, then...
git clone git@github.com:mcwhittemore/img-scale.git
go install