Name Date Size #Lines LOC

..--

.editorconfigH A D25-Apr-2025183 129

.gitignoreH A D25-Apr-202532 43

.pylintrcH A D25-Apr-2025152 96

LICENSE_MIT.txtH A D25-Apr-20251 KiB2016

README.mdH A D25-Apr-2025344 2111

bytepack.pyH A D25-Apr-20251.5 KiB4929

exifinfo.pyH A D25-Apr-20259.8 KiB307261

pngexifinfoH A D25-Apr-2025253 117

pngexifinfo.batH A D25-Apr-202579 53

pngexifinfo.pyH A D25-Apr-20256.2 KiB179150

README.md

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