Skip to content

block sorting images as opposed to pixel sorting

Notifications You must be signed in to change notification settings

stepsal/block_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

block sorting images as opposed to pixel sorting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages