2

I want to sharpen images in my app.

I found this post

how to sharp/blur an uiimage in iphone?

and also had a look at Apple's sample

GLImageProcessing

But that OpenGL ES thing killed my brain cells a lot and I still don't get it.

So, Can anyone pls give me a piece of helper code to sharpen an UIImage?

Thanks

Community
  • 1
  • 1
Jackson Tale
  • 25,428
  • 34
  • 149
  • 271

1 Answers1

3

This library might be just what you need - it has an image sharpen method. Just came across it myself, haven't tried it yet. Let me know if it works ;)

https://github.com/esilverberg/ios-image-filters

adriaan
  • 1,574
  • 14
  • 33