Skip to content

Instantly share code, notes, and snippets.

@sbellver
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbellver/7616929386dc8691733b to your computer and use it in GitHub Desktop.
Save sbellver/7616929386dc8691733b to your computer and use it in GitHub Desktop.
Redimensionar y poner marca de agua desde consola
sips -Z 960 *.jpg
find . -name "*.jpg" -type f -exec composite -gravity southeast -quality 100 -dissolve 30% /path/to/logo.png {} {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment