ref: 19d022a35e52dcfcb999bf53db7e9e171d1f2176
dir: /README/
ifilter ======= Basic image filters. Filters read an image from standard input, apply a transformation and dumps the resulting image to standard output. cfilter: -------- cfilter implements basic color filters. Usage: cfilter [-f factor] [grayscale|sepia|invert|shade|tint] Available filters are: - grayscale - sepia - invert - shade(1) - tint(1) 1: these filters use the factor argument blur: ----- blur implements blurring algorithms. Available filters are: - box: 3x3 box blur