Imagick::getImageFormat

(PECL imagick 2.0.0)

Imagick::getImageFormatReturns the format of a particular image in a sequence

Opis

Imagick::getImageFormat ( void ) : string

Returns the format of a particular image in a sequence.

Zwracane wartości

Returns a string containing the image format on success.

Błędy/Wyjątki

Zgłasza wyjątek ImagickException w przypadku błędu.

add a note add a note

User Contributed Notes 1 note

up
0
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