How to use Visual Basic .net to create Alpha Blended Images from two
different images.
Visual Basic is a great image Processing development
environment, with speed equal to any other Visual language in the .net family!
All .net language compile to the same IL(intermediate Language), removing the
speed Plague to
visual basic.
Definition of:
alpha blending In computer graphics, the combining of the alpha channel with other layers in an image in order to show translucency. The alpha channel is an additional eight bits used with each pixel in a 32-bit graphics system that can represent 256 levels of translucency. Black and white represent opaque and fully transparent, while various gray levels represent levels of translucency.
The function below allows the user to choose how much of the images will be alpha
blended in the saved graphic.
|
|
|
|
Starting Image 1 |
Starting Image 2 |
Alpha Blended Image 75% |