Files
UnrealEngine/Engine/Source/ThirdParty/libPNG/libPNG-1.6.44/contrib/pngexif
2025-05-18 13:04:45 +08:00
..
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00

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