yackle / CLImageEditor

MIT License
2.21k stars 573 forks source link

Adding New Filter #119

Closed shanmarkus closed 9 years ago

shanmarkus commented 9 years ago

Is there any way for me to adding more filter to the CLImageEditor ? Thanks in advance

yackle commented 9 years ago

You can add a new filter by create a subclass of CLFilterBase. See #18, for example.

shanmarkus commented 9 years ago

Cheers Mate