https://github.com/eapolat/image-pixel-sorter-animation
A Java program which sorts the pixels of an image and visually represents the changes through an animated display.
https://github.com/eapolat/image-pixel-sorter-animation
Last synced: about 2 months ago
JSON representation
A Java program which sorts the pixels of an image and visually represents the changes through an animated display.
- Host: GitHub
- URL: https://github.com/eapolat/image-pixel-sorter-animation
- Owner: eapolat
- Created: 2024-01-26T22:55:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T23:11:43.000Z (over 1 year ago)
- Last Synced: 2024-01-27T23:37:19.334Z (over 1 year ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image-Pixel-Sorter-Animation
A Java program which sorts the pixels of an image and visually represents the changes through an animated display.This program is a great example for both selection sort and its possible usage on GUI. It takes an image and starts to sort the pixels of it, it has a formulized method to calculate the brightness.
User can see the process in detail with the help of the animation. If the chosen image is with high resolution, then program gets slower since the pixel amount rises. So, if you want to see the process faster, choose images with lower resolution.
In addition, program has the ability for user to use the program with multiple images. User can move between different images by using arrows from the keyboard. After passing to another image, program saves the progress so that when user came back to that image, program goes where it left.
I would love to see your comments, suggestions and upgrades for this project! Hope you like it.
Here you can contact me easily: [email protected] https://twitter.com/Anlpolt