Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.29 KB

README.md

File metadata and controls

44 lines (38 loc) · 1.29 KB

addcopyright

what is this?

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.

Requirements

Setup

install addcopyright

use go install

go install github.com/mitsugu/addcopyright@<tag name>

download release zip file

  1. download release zip file
  2. extract the zip file
  3. Please put it in any directory.
  4. Pass the path to the addcopyright directory. Or put the addcopyright executable file in a directory that is in your path.

edit addcopyright.json

// 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.

usage

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>

License

Apache License 2.0

comment

enjoy!! 😀