Imagick::setType

(PECL imagick 2, PECL imagick 3)

Imagick::setTypeEstablece el atributo tipo de imagen

Descripción

public function Imagick::setType(int $image_type): bool

Establece el tipo de imagen aplicado a las imágenes que se escriban posteriormente. Para convertir en su lugar la imagen actual, use Imagick::setImageType().

Parámetros

image_type

Una de las constantes imagick::IMGTYPE_*.

Valores devueltos

Devuelve true en caso de éxito.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top