Adds copyright information to Exif of image data taken with a digital camera, etc.
Use this if your camera does not have the ability to write copyright information.
go install github.com/mitsugu/addcopyright@<tag name>
- download release zip file
- extract the zip file
- Please put it in any directory.
- Pass the path to the addcopyright directory. Or put the addcopyright executable file in a directory that is in your path.
// addcopyright.json example
{
"copyright": "MITSUGU OYAMA (online nick name OrzBruford)",
"exiftool_path": "/usr/bin/exiftool",
"imagemagick_path": "./imagemagick/magick"
}
Note: Place addcopyright.json in the current directory where you run addcopyright.
addcopyright [--config <configuration json file path] --input <input file path> --output <output file path>
or
addcopyright [-c <configuration json file path] -i <input file path> -o <output file path>
enjoy!! 😀