Click or drag to resize

IBitmapImageGetIntensityData Method

Gets 8-bit grey scale data for image. Each byte in the array corresponds to a pixel in the image.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
byte[] GetIntensityData()

Return Value

Type: Byte
Grey scale data for image.
See Also