Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)