Imagick::getImageFormat

(PECL imagick 2.0.0)

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

Опис

string Imagick::getImageFormat ( void )

Returns the format of a particular image in a sequence.

Значення, що повертаються

Returns a string containing the image format on success.

Помилки/Винятки

Кидає ImagickException в разі помилки.

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