block sorting images as opposed to pixel sorting
Find a file
2016-11-16 10:12:26 +00:00
block_sorter_script.py generic block sorter commit message 2016-11-15 23:24:58 +00:00
blocksorter.py block sorter 2016-11-15 23:17:46 +00:00
color_sort_functions.py pre github tidy - no test 2016-11-01 12:21:46 +00:00
README.md Update README.md 2016-11-16 10:12:26 +00:00

block_sort

Block sorting script written in Python. Image is divided up into blocks which can be color sorted in either of 4 ways (rgb, hsv, lum, step)

Usage

Block Sorter Script

optional arguments:
  -h, --help            show this help message and exit
  -b BLOCK_SIZE, --blocksize BLOCK_SIZE
                        Block Size
  -t {rgb,hsv,lum,step}, --sort_type {rgb,hsv,lum,step}
                        Sort Type
  -s STEP_SORT_REPETITIONS, --step_repetitions STEP_SORT_REPETITIONS
                        Number of Step repetitions for avg_step sort
  -i INPUT_DIR, --input INPUT_DIR
                        input directory