logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

exif_loader - upload JPEG/EXIF photos into a DB

Description

exif_loader  is a tool for uploading JPEG/EXIF photos into a DB, preserving full Exif metadata and build‐
       ing Geometry from GPS tags (if present).

Name

       exif_loader - upload JPEG/EXIF photos into a DB

Options

-h, --help
              print help message

       -dpathname, --db-pathpathname
              the SpatiaLite db path

       -Ddir_path, --dirdir_path
              the DIR path containing EXIF files

       -ffile_name, --file-pathfile_name
              a single EXIF file

       --any-exif
              don't limit to GPS only EXIF tags (default)

       --gps-exif-only
              only load GPS EXIF tags

       --metadata
              also load EXIF meta data (default)

       --no-metadata
              don't load any EXIF meta data

                                                  07 March 2025                                   exif_loader(1)

Synopsis

exif_loader [-h] [-dpathname] [-Ddir_path | -ffile_name] [--any-exif | --gps-exif-only] [--metadata |
                   --no-metadata]

See Also