PHP 8.4.0 RC3 available for testing

Imagick::setFormat

(PECL imagick 2, PECL imagick 3)

Imagick::setFormatEstablece el formato del objeto Imagick

Descripción

public Imagick::setFormat(string $format): bool

Establece el formato del objeto Imagick.

Parámetros

format

Valores devueltos

Devuelve true en caso de éxito.

add a note

User Contributed Notes 3 notes

up
2
scott at thebrain dot ca
16 years ago
don't confuse this function with setImageFormat()
up
1
winmonaye at gmail dot com
9 years ago
You can only set format listed in $imgic->queryFormats() .
It can be different from http://www.imagemagick.org/script/formats.php .
To Top