geopic-tag-reader
GeoPicTagReader
Usage:
Options:
--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
Commands:
read: Reads EXIF metadata from a picture file,...write: Override certain exiftags of a picture and...
geopic-tag-reader read
Reads EXIF metadata from a picture file, and prints results
Usage:
Options:
--image PATH: Path to your JPEG image file [required]--ignore-exiv2-errors: Do not stop execution even if Exiv2 throws errors--lang TEXT: Lang code (2 letters) to use for printing messages [default: en]--help: Show this message and exit.
geopic-tag-reader write
Override certain exiftags of a picture and write a new picture in another file
Usage:
Options:
--input PATH: Path to your JPEG image file [required]--output PATH: Output path where to write the updated image file. If not present, the input file will be overriten.--capture-time TEXT: override capture time of the image, formated in isoformat, like '2023-06-01T12:48:01Z'. Note that if no timezone offset is defined, the datetime will be taken as local time and localized using the picture position if available.--longitude FLOAT: override longitude of the image, in decimal degrees (WGS84 / EPSG:4326) (like2.3522219for Paris)--latitude FLOAT: override latitude of the image, in decimal degrees (WGS84 / EPSG:4326) (like48.856614for Paris)--picture-type [flat|equirectangular]: type of picture,equirectangularfor 360° pictures,flatotherwise--lang TEXT: Lang code (2 letters) to use for printing messages [default: en]--help: Show this message and exit.