https://github.com/entorb/tools-photos
Tools for handling my photo library
https://github.com/entorb/tools-photos
exif gpx icloud imagemagick iptc jpeg rename
Last synced: 8 months ago
JSON representation
Tools for handling my photo library
- Host: GitHub
- URL: https://github.com/entorb/tools-photos
- Owner: entorb
- License: gpl-3.0
- Created: 2020-12-21T15:37:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T20:38:03.000Z (over 1 year ago)
- Last Synced: 2025-02-01T13:44:33.020Z (over 1 year ago)
- Topics: exif, gpx, icloud, imagemagick, iptc, jpeg, rename
- Language: Python
- Homepage:
- Size: 7.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Photo-Tools
## photo_SyncShrink
* mirrors source dir to target dir
* while shrinking jpegs in the target to 1920px at 75 quality
* configure via .ini file
* requires [ImageMagick](https://imagemagick.org)
* run via python or .exe file
## photo_gen_taglist_gpx_track
* walks through a directory and its sub dirs
* reads date, gps location and tags of all jpeg files
* generates a 000000_gps.gpx track of all photos containing coordinates
* generates a 000000_tags.txt list of all tags/keywords assigned to photos
* generates a global 000000_tags_db.txt list containing per tags a list of dirs where it was used
## SonarQube Code Analysis
At [sonarcloud.io](https://sonarcloud.io/summary/overall?id=entorb_tools-photos&branch=main)