telephil9 / ifilter

image filters (color, blur, dither, ...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ifilter

Image filters

Installation

Clone the repository using git/clone

% cd ifilter
% mk
% mk install

Usage

% png -9 image.png | image/cfilter -f grayscale | image/dither | topng > out.png

See ifilter(1) for documentation.

Author

phil9

License

MIT

About

image filters (color, blur, dither, ...)


Languages

Language:C 84.2%Language:Roff 13.0%Language:Makefile 2.8%