PHP 8.3.4 Released!

Imagick::setFormat

(PECL imagick 2, PECL imagick 3)

Imagick::setFormatImagick nesnesinin biçemini tanımlar

Açıklama

public Imagick::setFormat(string $biçem): bool

Imagick nesnesinin biçemini tanımlar.

Bağımsız Değişkenler

biçem

Dönen Değerler

Başarı durumunda true döner.

add a note

User Contributed Notes 3 notes

up
2
scott at thebrain dot ca
15 years ago
don't confuse this function with setImageFormat()
up
1
winmonaye at gmail dot com
8 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