pje / pixelsort

a command-line tool for pixel-sorting png images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 74.5%Language:C++ 25.4%Language:Makefile 0.1%