Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 513 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 513 Bytes

ofxPSLevels

Summary

openFrameworks addon which enables Photoshop-style level adjustment for textures (images, video, anything you want). Contrast, saturation, brightness and gamma (with input and output control) are adjusteable via a GLSL shader (for performance).

Usage

Check out the examples for usage. When integrating into a new project, copy the "shaders/ps" directory and its contents into your bin/data directory.

Dependencies