Filtrr icon indicating copy to clipboard operation
Filtrr copied to clipboard

iOS Image filter library

Results 5 Filtrr issues
Sort by recently updated
recently updated
newest added

Hi, xcode 4.5.1 always generating an error, which says, "Too few arguments provided to function-like macro invocation" on the method whose parameters like, - (id) applyFiltrr:(RGBA (^)(int r, int g,...

Hi, Thanks for sharing this awesome library filter. Just want to asked if we could make the applying filter more faster. I have notice that it takes time for the...

I though that I can blur an image by simply using a simple line like this: ``` myImage = [myImage gaussianBlur]; ``` But the returned image is always black. Any...

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...

Accepted