Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 233 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 233 Bytes

#Image processing filters made for openframeworks

Different types of filters using kernels and other techniques. Most should be pretty well commented.

##Filters

  • Invert: Inverts the image (255-pixelValue)

#TODO

  • Add filters