brend / FrameByFrame

An application for creating stop-motion animation
6 stars 1 forks source link

Add image filters #31

Closed brend closed 13 years ago

brend commented 13 years ago

Allow the user to apply a Core Image filter on the video image.

brend commented 13 years ago

Filters may now be added.

brend commented 13 years ago

Would like to dynamically create controls allowing the user to alter the filter's properties. All of the information required to do so are found in CIFilter-attributes

brend commented 13 years ago

There's now a table view containing controls for the filter's properties. NSNumber values get sliders, the others may be edited textually. Cool, eh?