Skip to content

Instantly share code, notes, and snippets.

@trilom
Last active December 25, 2019 06:55
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 trilom/789660f1d5454548895ccde174230582 to your computer and use it in GitHub Desktop.
Save trilom/789660f1d5454548895ccde174230582 to your computer and use it in GitHub Desktop.

compress

convert howtogeek.png -quality 95 howtogeek.jpg

resize

convert example.png -resize 200x100 example.png
convert example.png -resize 200 example.png 
convert example.png -resize x200 example.png

rotate

convert howtogeek.jpg -rotate 90 howtogeek-rotated.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment