ImageGear for C and C++ on Windows v19.9 - Updated
IG_image_is_raster
API Reference Guide > Core Component API Reference > Core Component Functions Reference > General Image Functions > IG_image_is_raster

This function returns TRUE if the image is raster.

Declaration:

 
Copy Code
AT_BOOL ACCUAPI IG_image_is_raster( HIGEAR hIGear);

Arguments:

Name Type Description
hIGear 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 for C and C++.

Sample:

None