i have png, which have clear background with difficult figure inside, like animal. For me is necessary to get path of this figure exactly, to draw it on background image. Can u suggest any way to do it programmatically?
Asked
Active
Viewed 80 times
1 Answers
0
Use png alpha channel to create a mask for the background image. There is a more detailed discussion about this here.

Community
- 1
- 1

javieralog
- 1,337
- 9
- 10
-
can u explain more, with example. – user170317 Jul 05 '12 at 12:35
-
http://stackoverflow.com/questions/8126276/how-to-convert-uiimage-cgimagerefs-alpha-channel-to-mask – javieralog Jul 05 '12 at 12:40