yackle / CLImageEditor

MIT License
2.21k stars 573 forks source link

Custom Filters #65

Closed Tippit closed 10 years ago

Tippit commented 10 years ago

Hi,

I want to add customs filters (ex: add Image with transparency to create more effects) does CLFilterTool a good starting point? ( I'm newbie :) )

yackle commented 10 years ago

If users don't need to adjust parameters, CLFilterTool or CLFilterBase would be a good choice. If not, CLEffectTool or CLEffectBase would be better.

Tippit commented 10 years ago

Thank's :)

Best,

Le 7 oct. 2014 à 23:40, Sho Yakushiji notifications@github.com a écrit :

If users don't need to adjust parameters, CLFilterTool or CLFilterBase would be a good choice. If not, CLEffectTool or CLEffectBase would be better.

— Reply to this email directly or view it on GitHub.