Augment physical photo albums by overlaying useful Exif metadata onto the photos.
Add datetime and location to photos.
Only tested on iPhone photos in HEIC format.
- Extract Exif metadata from photos.
- Overlay metadata onto photos, such as datetime and location.
- Reverse geo-code GPS cordinates into addresses.
- Dynamically chooses black or white text color to maximize contrast. Based on the dominant background color in the text area.
- [TODO] QR Code for more information, link to map
pip install exiffusion
Use on a single image:
exiffusion fuse INPUT_IMAGE_PATH OUTPUT_DIRECTORY_PATH
Or use on a directory of images:
exiffusion fuse INPUT_DIRECTORY_PATH OUTPUT_DIRECTORY_PATH
For help:
exiffusion --help
exiffusion fuse --help
exiffusion fuse examples/source/Swakopmund.HEIC examples/output
exiffusion fuse examples/source/gdansk.HEIC examples/output
exiffusion fuse examples/source/odesa.HEIC examples/output
- QR code for extra Exif metadata.
pip install -e .
See License.