Skip to content

pje/pixelsort

Repository files navigation

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)

About

a command-line tool for pixel-sorting png images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •