tree: b08cf9d3f00577a61a50693a644bfbc48d4ba446 [path history] [tgz]
  1. .editorconfig
  2. .gitignore
  3. .pylintrc
  4. bytepack.py
  5. exifinfo.py
  6. LICENSE_MIT.txt
  7. pngexifinfo
  8. pngexifinfo.bat
  9. pngexifinfo.py
  10. README.md
contrib/pngexif/README.md

pngexifinfo

Show the EXIF information embedded in a PNG file.

Sample usage

Show the EXIF info inside a PNG file:

pngexifinfo /path/to/file.png

Show the EXIF info inside a raw .exif file, using base 16 for the EXIF tags:

pngexifinfo --hex /path/to/file.exif

Show the help text:

pngexifinfo --help