Skip to content

Instantly share code, notes, and snippets.

@franciscoj
Created December 21, 2017 11:39
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 franciscoj/0476bea38648f7252f5384630bc4bc3d to your computer and use it in GitHub Desktop.
Save franciscoj/0476bea38648f7252f5384630bc4bc3d to your computer and use it in GitHub Desktop.
Get the resolution from a list of images
for file in *.png; do identify $file | awk '{print $1, $3}'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment