Skip to content

Instantly share code, notes, and snippets.

@PoTHuYJoHN
Created June 12, 2013 15:00
Show Gist options
  • Save PoTHuYJoHN/5766073 to your computer and use it in GitHub Desktop.
Save PoTHuYJoHN/5766073 to your computer and use it in GitHub Desktop.
crop file with image magic and fill with black
convert 1.jpg -crop 140x300+100+200 -background black -flatten 2.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment