noai 0.1.0

A small CLI that re-encodes images through JPEG and PNG with noai-prefixed output names.
noai-0.1.0 is not a library.

noai

noai is a small CLI for re-encoding images through JPEG and PNG.

Usage

noai image <file-or-directory>
noai image -r <directory>

Output files are written next to the source file as noai_<source-name>.png. If that filename already exists, noai keeps the existing file and writes to noai_<source-name> (1).png, noai_<source-name> (2).png, and so on.