noai 0.1.0

A small CLI that re-encodes images through JPEG and PNG with noai-prefixed output names.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# noai

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

## Usage

```bash
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.