Gmagick::setimagetype
PHP Manual
PHP Manual»Gmagick»Gmagick::setimagetype

Gmagick::setimagetype

(PECL gmagick >= Unknown)

Gmagick::setimagetypeSets the image type

Descrizione

public function Gmagick::setimagetype(int $imgType): Gmagick

Sets the image type.

Elenco dei parametri

imgType
One of the Image type constant (Gmagick::IMGTYPE_*).

Valori restituiti

The Gmagick object.

Errori/Eccezioni

Throws an GmagickException on error.

To Top