Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created April 7, 2013 21:45
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 niraj-shah/5332686 to your computer and use it in GitHub Desktop.
Save niraj-shah/5332686 to your computer and use it in GitHub Desktop.
mogrify with verbose flag
$> sudo mogrify -verbose -resize '1024x1024>' image.jpg
image.jpg JPEG 2592x1944 2592x1944+0+0 8-bit DirectClass 2.395MB 0.110u 0:00.109
image.jpg JPEG 2592x1944=>1024x768 1024x768+0+0 8-bit DirectClass 500KB 0.960u 0:00.950
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment