Question

How to change image from

enter image description here

to

enter image description here

Thanks for any help and answer!

Was it helpful?

Solution

For image processing I can use:

  1. OpenGL|ES (this is hard way)

  2. OpenCV library (using C/C++)

  3. Core Image CIFilter (only iOS 5.0 supported)

  4. NYXImagesKit

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top