watermark

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

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

Go to latest
Published: Apr 28, 2020 License: MIT Imports: 16 Imported by: 0

README

* watermarker

A command line tool to add watermark on images

** Demo

[[file:example.watermarked.png]]

** Usage

#+BEGIN_EXAMPLE
NAME:
   watermark - add watermark on images

USAGE:
   watermark [OPTIONS] TEXT FILE ...

VERSION:
   1.0.0

GLOBAL OPTIONS:
   --color value, -c value               Color for watermark text, name or #rrggbb (default: "blue")
   --vertical-spacing value, -e value    Vertical spacing between watermarks (default: 40)
   --resize value, -r value              Resize the output image to specified width and height. To keep aspect ratio, set either width or height to 0 (default: "0x0")
   --font value, -f value                Font for watermark text, could be a path to a truetype font (default: "Courier")
   --font-size value, -S value           Font size for watermark text (default: 64)
   --horizontal-spacing value, -o value  Horizontal spacing between watermarks (default: 40)
   --scale value, -s value               Scale watermarks (default: 1)
   --transparency value, -t value        Transparency of watermark (default: 0.9)
   --output value                        Specify output names. This flag can be repeated many times, input and output names will be matched in order (1st to 1st, 2nd to 2nd, ...). Unspecified outputs will have the name "input name.watermarked.extension"
   --version, -v                         print the version (default: false)
#+END_EXAMPLE

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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