Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macguirerintoul/impress
🖼️ Final project for IAT 455 at SFU: A painting app based on Litwinowicz' algorithm
https://github.com/macguirerintoul/impress
art java painting
Last synced: 8 days ago
JSON representation
🖼️ Final project for IAT 455 at SFU: A painting app based on Litwinowicz' algorithm
- Host: GitHub
- URL: https://github.com/macguirerintoul/impress
- Owner: macguirerintoul
- Created: 2020-03-06T23:02:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T06:05:42.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T09:46:49.836Z (8 days ago)
- Topics: art, java, painting
- Language: Java
- Homepage:
- Size: 7.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iat-455-final-project
## About
This project is an adaptation of Peter Litwinowicz' image processing algorithm described in [_Processing Images and Video for An Impressionist Effect_](https://dl.acm.org/doi/10.1145/258734.258893). The app allows users to load an image file from their device and turn it into a painting via interactive parameter controls. The project was completed as part of IAT 455: Computational Media at [SIAT](https://www.sfu.ca/siat.html) SFU.
## Resources
This project would not be possible without:
- [@ernieyu](https://github.com/ernieyu)'s [RangeSlider](https://github.com/ernieyu/Swing-range-slider)