go-exif-extract

command module
v0.0.0-...-3813880 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

README

go-exif-extract

Go CI CodeQl CI


Demo


Summary

go-exif-extract is a CLI tool that extracts EXIF data, location, from images (JPG) and outputs them in a CSV format. The CLI includes a flag to specify the output file path and optional flags to save the ouput in simple HTML format.

Usage

go-exif-extract extract [flags] <path>
Flags
Flag Description Default
--dir Images path -
--subdir Include subdirectories false
--output Output file path ./output.csv
--html Output HTML file path ./output.html
--config Config file path ~/config.yaml
Config

The config file is a YAML file that contains the following fields:

dir: <path>
html: <bool>
subdir: <bool>
output: <path>

Usage:

go-exif-extract extract --config <path>

Compile

make build

Test

make test

Limitations

  • Only JPG images are supported

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL