Sort pixels in your images in artistic ways.
Stars
20
Forks
3
Watchers
20
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
Changed HSB 'brightness' (which was redundant with HSI 'intensity') to HSV 'value'. Updated download link.
ae184e1View on GitHubFixed both download links pointing to the same file in README
36c32beView on GitHubUpdated build configuration, filled in assembly properties, removed unused dependencies, updated README to include download links.
13a44b7View on GitHubReplaced "average" sampling mode with "average (mean)" and "average (median)" options. Added "random" sampling mode.
bf91cd4View on GitHubFixed "thresholded" sorting algorithms never touching the first segment of a row/column.
1a53983View on GitHubAdded ReSharper formatting rules, and applied them to all existing files.
84ac4c0View on GitHubImproved performance when dealing with "Segment" algorithm or 1x1 segments in other modes. Fixed an occasional InvalidOperationException. Fixed "Randomize" occasionally producing conflicting settings.
dd1501eView on GitHubFinished implementing AscendingThresholded/DescendingThresholded orders.
4e90e6cView on GitHub