Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lxtharia/pixel-sorter-app

A Java application using Processing to apply pixelsorting to images!
https://github.com/lxtharia/pixel-sorter-app

pixelsorting

Last synced: about 2 months ago
JSON representation

A Java application using Processing to apply pixelsorting to images!

Awesome Lists containing this project

README

        

# PixelSorter

My try on using Java Swing to build an application to make pixelsorting any picture as easy as possible!

Created using Processing (processing.org) and with the help of ASDFPixelSort (https://github.com/kimasendorf/ASDFPixelSort/) which helped me understand how it works.

## Things to note:

- The Brightness and BlackWhite Selectors seem very similar, but i swear, they are different! (I just don't know how exactly)
- The Java File Selector is horrid, I'm sorry
- The "Save As" Button is currently just decoration (it doesn't work yet)