Change image in iOS using mask color

417 Views Asked by At

How to change image from

enter image description here

to

enter image description here

Thanks for any help and answer!

1

There are 1 best solutions below

0
On BEST ANSWER

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