This tool is built using deno and powered by the grad_aff_wasm package made by the amazing devs at Gruppe Adler.
See the below notes for details on using/building this project.
Supported Formats: paa, png, jpeg, jpg, jpe, jfif, bmp, tif, tiff, gif
For a full list of options/flags run paa-cli --help
.
This can be used to convert an image to and from PAA format
paa-cli -i "image.png"
Optionally you can also pass in -r
to convert images in sub-directories.
paa-cli -i "path/to/folder/" [-r]
The --convert-paa
flag tells paa-cli
to only target *.paa
files when searching directory(s).
paa-cli -i "path/to/folder/" [-r] --convert-paa
git clone https://github.com/AdamKearn/paa-cli.git
cd paa-cli
deno run --allow-read --allow-write --allow-env --allow-net .\src\index.ts [args-here]