Accusoft.ImagXpress12.Net
GetAlphaChannelAsBitmap Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > Processor Class : GetAlphaChannelAsBitmap Method




Glossary Item Box

Returns a bitmap object of type System.Drawing.Imaging.PixelFormat.Format8bppIndexed which is an 8 bit gray scale image depicting the alpha channel data layer.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Return Value

A System.Drawing.Bitmap value which represents the returned bitmap.

Remarks

The original image must be a 32 bit image where 8 bits are the alpha layer and 24 bits are rgb color layer.

Returning the handle implicitly reduces the image down to 24 bit. The alpha object may be modified and restored via the AlphaAdd method.

See Also

©2013. Accusoft Corporation. All Rights Reserved.