Created
April 7, 2013 21:45
-
-
Save niraj-shah/5332686 to your computer and use it in GitHub Desktop.
mogrify with verbose flag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$> 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