Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/lxtharia/pixel-sorter-app
- Owner: Lxtharia
- Created: 2022-06-22T09:03:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T21:18:57.000Z (over 2 years ago)
- Last Synced: 2023-03-05T19:09:06.591Z (almost 2 years ago)
- Topics: pixelsorting
- Language: Java
- Homepage:
- Size: 2.13 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)