0

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?

user170317
  • 1,152
  • 2
  • 11
  • 22

1 Answers1

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