Extract EXIF data as text using ImageMagick
Like this: identify -format ‘%[EXIF:*]’ image.jpg Output: exif:ApertureValue=4845/1918 exif:BrightnessValue=4991/792 exif:ColorSpace=1 exif:ComponentsConfiguration=1, 2, 3, 0 exif:Compression=6 exif:DateTime=2014:08:31 14:18:07 exif:DateTimeDigitized=2014:08:31 14:18:07 exif:DateTimeOriginal=2014:08:31 14:18:07 exif:ExifImageLength=2448 exif:ExifImageWidth=3264 exif:ExifOffset=204 exif:ExifVersion=48, 50, 50, 49 … …