Imagick::getImageType
(PECL imagick 2, PECL imagick 3)
Gets the image type
Description
Returns the type of the image, derived from its colorspace, its storage class and whether it carries an alpha channel. The pixels themselves are not examined, so the value reflects how the image is currently held rather than the smallest type it could be reduced to.
Parameters Parameters
Return Values
Returns one of the following imagick::IMGTYPE_* constants. imagick::IMGTYPE_UNDEFINED and imagick::IMGTYPE_OPTIMIZE are never returned.
imagick::IMGTYPE_BILEVELimagick::IMGTYPE_GRAYSCALEimagick::IMGTYPE_GRAYSCALEMATTEimagick::IMGTYPE_PALETTEimagick::IMGTYPE_PALETTEMATTEimagick::IMGTYPE_TRUECOLORimagick::IMGTYPE_TRUECOLORMATTEimagick::IMGTYPE_COLORSEPARATIONimagick::IMGTYPE_COLORSEPARATIONMATTE
Errors/Exceptions
Throws