Skip to content

ghbryan/pxSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

pxSort

A Processing script for sorting pixels.

Requires: [Processing (Free)] (http://processing.org/download/)

Instructions

To begin sorting, first place an image in the same folder as 'pxSort.pde'.

Next open Processing, load 'pxSort.pde', then update both the 'filename' and 'fileExt' variables to match the image you'd like to sort.

Finally, run the sketch. The sorted images will be placed into the same folder as the script.

Filename Key

'_y' - Sorted by rows

'_x' - Sorted by columns

'_yx' - Sorted by rows, then by columns

'_xy' - Sorted by columns, then by rows

About

A Processing script for sorting pixels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages