singe/thirdparty/SDL3_image/external/libpng/contrib/pngexif
2026-09-03 22:01:35 -05:00
..
.editorconfig Migrated to SDL3. 2026-09-03 22:01:35 -05:00
.gitignore Migrated to SDL3. 2026-09-03 22:01:35 -05:00
.pylintrc Migrated to SDL3. 2026-09-03 22:01:35 -05:00
bytepack.py Migrated to SDL3. 2026-09-03 22:01:35 -05:00
exifinfo.py Migrated to SDL3. 2026-09-03 22:01:35 -05:00
LICENSE_MIT.txt Migrated to SDL3. 2026-09-03 22:01:35 -05:00
pngexifinfo Migrated to SDL3. 2026-09-03 22:01:35 -05:00
pngexifinfo.bat Migrated to SDL3. 2026-09-03 22:01:35 -05:00
pngexifinfo.py Migrated to SDL3. 2026-09-03 22:01:35 -05:00
README.md Migrated to SDL3. 2026-09-03 22:01:35 -05: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