OmidH / Filtrr

iOS Image filter library
614 stars 100 forks source link

Delegate support? #2

Open VeeruPV opened 12 years ago

VeeruPV commented 12 years ago

HI there, Thanks a lot for sharing this library. Works fantastically!

I was wondering if there is some kind event detection like startedApplyingEffect and finishedApplyingEffect. This would be very helpful in an event where processing takes time, atleast i could show some kind of indicator to the user.

Thanks

Edit: And, is it possible that you provide proper names for your effects like (sepia, blur..) instead of e1,e2 .. I am planning to add this library to my project, and i am looking to give them names :)

VeeruPV commented 12 years ago

For now, i am just considering it as a non-threaded function, so i am following the same method you are using in trackTIme function (before/after) style

OmidH commented 12 years ago

Hi, i try to fix this ASAP - maybe Sunday :)

VeeruPV commented 12 years ago

Thanks, looking forward to it :)