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

https://github.com/matthewelse/image-filters

Some image filters implemented in Java
https://github.com/matthewelse/image-filters

Last synced: about 1 year ago
JSON representation

Some image filters implemented in Java

Awesome Lists containing this project

README

          

# Implementing image filters in Java

Example of implementing various different filters, using `BufferedImage`
from the Java standard library. Written as part of the Cambridge CS
IB Computer Graphics course.