 | 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
Syntaxbyte[] GetIntensityData()
Return Value
Type:
ByteGrey scale data for image.
See Also