.zshrc: Update example for using smartresize

This commit is contained in:
Alan Orth 2017-01-20 11:49:47 +02:00
parent 729f05534d
commit e597b7befe
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 2 deletions

3
.zshrc
View File

@ -102,10 +102,9 @@ if [[ -d ~/Downloads/go ]]; then
PATH=$PATH:$GOROOT/bin:$GOPATH/bin
fi
# resize images using GraphicsMagick
#
# $ smartresize DSC_0788.JPG 1920x1080 outputdir
# $ smartresize DSC_0788.JPG 1920x1080 outputdir [quality]
#
# Similar to the one from SmashingMagazine, but ported to GraphicsMagick
# see: http://www.smashingmagazine.com/2015/06/efficient-image-resizing-with-imagemagick/