Gmagick::setimagetype
(PECL gmagick >= Unknown)
Gmagick::setimagetype — Sets the image type
Descrizione
public Gmagick::setimagetype(
int $imgType
):
Gmagick
Elenco dei parametri
imgType
-
One of the Image type constant
(Gmagick::IMGTYPE_*
).
Valori restituiti
The Gmagick object.
Errori/Eccezioni
Throws an
GmagickException on error.