Last active
May 12, 2016 09:21
-
-
Save fnkr/7f17d90e2c4fc4fde6be1deb92ed9060 to your computer and use it in GitHub Desktop.
Print width and height with ImageMagick's identify tool.
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
identify -format '%wx%h' image.png |
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
13x13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment