Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 459 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 459 Bytes

pixelsort

a command-line tool for pixel-sorting png images.

build

$ make

use

$ ./pixelsort [options] <in.png> <out.png>

options:
  -o, --orientation     [row|column|both] (row)
  -m, --method          [light|dark|all] (light)
  -c, --comparator      [avg|mul|max|min|xor] (min)
  -t, --threshold       [0..255] (210)