.zshrc: Update example for using smartresize
This commit is contained in:
parent
729f05534d
commit
e597b7befe
3
.zshrc
3
.zshrc
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user