I'm trying to use Gdimage control to manipulate a picture. and view the image outside the GDViewer.. do to live camera video. Transparency seems to only remove the RGB values not the ALPHA values into any object outisde the gdviewer.. is there a solution for this.. or a way to get the GdImage with transpency to a VB Image object.
Dim vMasterImage as image
GdImage.CreateImageFromFile(vPath)
GdImage.ConvertTo32BppARGB()
GdImage.SetTransparencyColor(GdPicturePro5.Colors.White)
GdImage.SetTransparency(-50)
vMaterImage=GdImage.GetPicture
Please HELP!!
