1

I have an image, that will have white pixels in and around other pixels, and i need all of the whitespace to be transparent. how would i process the image reasonably fast? (unsafe code perhaps? i dont know how to do that..)

caesay
  • 16,932
  • 15
  • 95
  • 160

2 Answers2

0

A post in this thread shows you how to access the pixeldata

Emond
  • 50,210
  • 11
  • 84
  • 115
0

Here is a link to similar question answered on Stackoverflow.

Making every pixel of an image having a specific color transparent

Community
  • 1
  • 1
Shekhar_Pro
  • 18,056
  • 9
  • 55
  • 79