ditherer
v0.1.2
Published
A CLI tool to convert image into dithered image.
Downloads
2
Readme
ditherer
A CLI tool to convert PNG into dithered image.
- This tool is using floyd-steinberg as dithering algorithm.
Installation
npm install -g ditherer
Usage
cat img.png | ditherer > img-dithered.png
License
MIT
Author
syumai