Gmagick::setimagetype
(PECL gmagick >= Unknown)
Gmagick::setimagetype — Sets the image type
Description
public Gmagick::setimagetype(
int $imgType
):
Gmagick
Parameters
-
imgType
-
One of the Image type constant
(Gmagick::IMGTYPE_*
).
Errors/Exceptions
Throws an
GmagickException on error.