Files
UnrealEngine/Engine/Source/ThirdParty/libPNG/libPNG-1.6.44/contrib/pngexif/README.md
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

344 B

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