Beefstyles / PixelSorter

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 84.0%Language:Java 16.0%