Gets the length of data for an image.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_image_get_data_length ( HIG_PDE_IMAGE hImage, LPLONG lpnLength ); |
Name | Type | Description |
---|---|---|
hImage | HIG_PDE_IMAGE | Image whose data length is obtained. |
lpnLength | LPLONG | Number of bytes of image data, specified by the width, height, bits per component, and color space of the image. |
Error count.
This function does not process image pixels.