-
Notifications
You must be signed in to change notification settings - Fork 4
A small program I made that reads in an image, then sorts each row of pixels using Arrays.sort on the given rgb integer, then writes this new image using those values.
License
djtobia/Original-Pixel-Sorter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How To use: Pass the image you wish to sort as a command line argument, and the program does the rest! The file that is output will be named "OriginalFileNameSorted.jpg", where OriginalFileName is, well, the original files name. I haven't tested this extremely well, so there are chances for bugs. If you find any, please let me know!
About
A small program I made that reads in an image, then sorts each row of pixels using Arrays.sort on the given rgb integer, then writes this new image using those values.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published