Skip to content

Instantly share code, notes, and snippets.

@Flushot
Created April 8, 2016 19:44
Show Gist options
  • Save Flushot/864c810181007d11a5740ae123fe814a to your computer and use it in GitHub Desktop.
Save Flushot/864c810181007d11a5740ae123fe814a to your computer and use it in GitHub Desktop.
Gets EXIF info from an image
#!/bin/sh
identify -format '%[EXIF:*]' $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment