This function returns TRUE if the image is raster.
Declaration:
Copy Code |
|
|---|---|
AT_BOOL ACCUAPI IG_image_is_raster( HIGEAR hIGear); |
|
Arguments:
| hIGear | HIGEAR handle of image. |
Return Value:
Returns TRUE if the image is raster; FALSE - otherwise.
Supported Raster Image Formats:
All pixel formats supported by ImageGear Professional.
Sample:
None
