Skip to content

Instantly share code, notes, and snippets.

@fnkr
Last active May 12, 2016 09:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fnkr/7f17d90e2c4fc4fde6be1deb92ed9060 to your computer and use it in GitHub Desktop.
Save fnkr/7f17d90e2c4fc4fde6be1deb92ed9060 to your computer and use it in GitHub Desktop.
Print width and height with ImageMagick's identify tool.
identify -format '%wx%h' image.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment