• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1pngexifinfo
2===========
3
4Show the EXIF information embedded in a PNG file.
5
6
7Sample usage
8------------
9
10Show the EXIF info inside a PNG file:
11
12    pngexifinfo /path/to/file.png
13
14Show the EXIF info inside a raw `.exif` file, using base 16 for the EXIF tags:
15
16    pngexifinfo --hex /path/to/file.exif
17
18Show the help text:
19
20    pngexifinfo --help
21