https://github.com/pseyfert/pyexiv2-scripts
small python scripts for small tasks working with exif
https://github.com/pseyfert/pyexiv2-scripts
Last synced: about 1 year ago
JSON representation
small python scripts for small tasks working with exif
- Host: GitHub
- URL: https://github.com/pseyfert/pyexiv2-scripts
- Owner: pseyfert
- License: gpl-2.0
- Created: 2013-08-09T06:51:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T12:16:01.000Z (almost 7 years ago)
- Last Synced: 2023-08-02T20:58:32.971Z (almost 3 years ago)
- Language: Python
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pyexiv2-scripts
===============
small python scripts for small tasks working with exif
scripts are developed by reverse engineering what I found in EXIF blocks of
Nikon cameras. Tasks are mainly paranoia inspired: clear all EXIF information,
clear the GPS information, clear all except for the GPS information, fake the
camera model.
paranoia warning
================
the fake is not fully reliable. From the other information in
the block (like apperture) one can still deduce some things about your
photography budget. Similarly if you're really paranoid, then deleting EXIF is
not desired because one will still see that you did remove the EXIF and that
you took the photo.
todo
====
* write nice USAGE messages
* migrate to pyexiv2 replacement