fixgpsandtags

A small python wrapper around exiftool. Several image processing tools like RawTherapee omit meta data while creating processed images. This especially includes the GPS location and the tag list (e.g. created by digiKam). This script copies the respective Exif and XMP tags to the processed images and simplifies the job by deducing the name of the original image files from the target file names.

Usage

usage: fixgpsandtags [-h] -o DIR [-e [EXTENSION [EXTENSION ...]]]
FILE [FILE ...]

A script to easily copy GPS and tag information (as e.g. produced by digiKam)
from original images to processed images (e.g. by RawTherapee). Several
processing tools omit this aspect of meta data.

positional arguments:
FILE target files to adjust metadata of

optional arguments:
-h, --help show this help message and exit
-o DIR, --originals DIR
folder containing the original images to get the tags
from
-e [EXTENSION [EXTENSION ...]], --exts [EXTENSION [EXTENSION ...]]
extensions of the original files

Getting the Code

The source code is available in my svn:

https://ssl.semipol.de/svn/projects/fixgpsandtags/

Login with user name anonymous and password anonymous.

License

The source code is released under the terms of the GNU General Public License (GPL), version 3.