Sets the decode array of an image.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_image_set_decode_array ( HIG_PDE_IMAGE hImage, LPAT_PDF_FIXED lpDecode, LONG nDecodeSize ); |
Name | Type | Description |
---|---|---|
hImage | HIG_PDE_IMAGE | Image whose decode array is set. |
lpDecode | LPAT_PDF_FIXED | Pointer to the decode array. |
nDecodeSize | LONG | Size of decode array in bytes. |
Error count.
This function does not process image pixels.
Normally, the decode array is accessed through the decode field in the AT_PDE_IMAGEATTRS structure. However, this function defines a decode array to handle images with a color space that has more than 4 components.