Gmagick::setimagetype
Sets the image type
Description
public Gmagick Gmagick::setimagetype(int $imgType
)
Parameters
-
imgType
-
One of the Image type constant
(Gmagick::IMGTYPE_*
).
Return Values
The Gmagick object.
Errors/Exceptions
Throws an
GmagickException on error.