Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active October 16, 2024 23:37
Show Gist options
  • Select an option

  • Save wilmoore/c35509b3e6f182945a3f2b6882d4f8a8 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/c35509b3e6f182945a3f2b6882d4f8a8 to your computer and use it in GitHub Desktop.
Software Engineering :: Operating Systems :: Linux :: Command :: exiftool :: example

Software Engineering :: Operating Systems :: Linux :: Command :: exiftool :: example

⪼ Made with 💜 by Polyglot.

Usage

❯ exiftool -json wifi-soul-fresh.png
[{
  "SourceFile": "wifi-soul-fresh.png",
  "ExifToolVersion": 12.16,
  "FileName": "wifi-soul-fresh.png",
  "Directory": ".",
  "FileSize": "70 KiB",
  "FileModifyDate": "2021:05:30 14:08:01-04:00",
  "FileAccessDate": "2021:05:30 14:08:18-04:00",
  "FileInodeChangeDate": "2021:05:30 14:08:16-04:00",
  "FilePermissions": "rw-r--r--",
  "FileType": "PNG",
  "FileTypeExtension": "png",
  "MIMEType": "image/png",
  "ImageWidth": 866,
  "ImageHeight": 558,
  "BitDepth": 8,
  "ColorType": "RGB with Alpha",
  "Compression": "Deflate/Inflate",
  "Filter": "Adaptive",
  "Interlace": "Noninterlaced",
  "ImageSize": "866x558",
  "Megapixels": 0.483
}]
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment