This function returns TRUE if the image is raster.
Copy Code
|
|
---|---|
AT_BOOL ACCUAPI IG_image_is_raster( HIGEAR hIGear); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | HIGEAR handle of image. |
Returns TRUE if the image is raster; FALSE - otherwise.
All pixel formats supported by ImageGear for C and C++.
None