W
wanwan
I'm trying to make the background of a picture transparent, so I use
paint to fill the background with blue (0,0,255), then set the
transparent colour to it. I found a custom control that can do the
job.
Now the problem is the paint program can't seem to save the file with
the exact colour i need. every time I open the picture file again , I
see the blue background has a range of colours (<30,<30,>230)
I tried in Java and I was able to set a range of colours transparent.
How do I do it with vb.net?
I will need to have the image in the picturebox control at the end.
paint to fill the background with blue (0,0,255), then set the
transparent colour to it. I found a custom control that can do the
job.
Now the problem is the paint program can't seem to save the file with
the exact colour i need. every time I open the picture file again , I
see the blue background has a range of colours (<30,<30,>230)
I tried in Java and I was able to set a range of colours transparent.
How do I do it with vb.net?
I will need to have the image in the picturebox control at the end.