ofxCoreImage
ofxCoreImage copied to clipboard
This gives you several classes to easily use OSX's Core image filters within openFrameworks
Results
2
ofxCoreImage issues
Sort by
recently updated
recently updated
newest added
I have been able to get the examples to compile and run, but there is something beyond my grasp going on with 0.9.0 and the renderer - the images are...
Why does the api look so complicated,it is not possible to design one like this? ``` c++ class ofxCIFilter { public: ofxCIFliter(); ~ofxCIFliter(); // in place processing virtual void apply(ofImage...