An open API service indexing awesome lists of open source software.

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

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)