1.0.0 • Published 5 years ago

nosmudge v1.0.0

Weekly downloads
5
License
GPL-3.0
Repository
github
Last release
5 years ago

nosmudge

Removes smudges above threshold in black and white JPG files.

Installation

npm i -g nosmudge

Usage

nosmudge [options] <file>

Options:
  -V, --version                output the version number
  -t, --threshold [threshold]  Color threshold. Everything above will be removed. (0-255) (default: 100)
  -o, --output [filename]      Output filename. (default: filename_nosmudge.jpg)
  -h, --help                   output usage information