CakeFest 2024: The Official CakePHP Conference

Imagick::getImageFormat

(PECL imagick 2, PECL imagick 3)

Imagick::getImageFormatBir görüntü dizisindeki belli bir görüntünün biçemini döndürür

Açıklama

public Imagick::getImageFormat(): string

Bir görüntü dizisindeki belli bir görüntünün biçemini döndürür.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Bir görüntü dizisindeki belli bir görüntünün biçemini içeren bir dizge döndürür.

Hatalar/İstisnalar

Hata durumunda bir ImagickException istisnası oluşur.

add a note

User Contributed Notes 1 note

up
-1
orrd101 at yahoo dot com
11 years ago
Use Imagick::queryFormats() to get a list of possible format names that might be returned by this function.
To Top