Skip to content

Instantly share code, notes, and snippets.

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 rusllonrails/68fd7ef4e67b9d7ea88e4a2caab5f1b6 to your computer and use it in GitHub Desktop.
Save rusllonrails/68fd7ef4e67b9d7ea88e4a2caab5f1b6 to your computer and use it in GitHub Desktop.
Ubuntu crop using Image Magick in terminal
convert Desktop/image.png -crop 50x50+50+50 Desktop/chart-cropped.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment