parent root
PHP: Imagick::getImageFormat - Manual

Imagick::getImageFormat

(PECL imagick 2.0.0)

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

Description

Imagick::getImageFormat ( void ) : string

Returns the format of a particular image in a sequence.

Return Values

Returns a string containing the image format on success.

Errors/Exceptions

Throws ImagickException on error.

add a noteadd a note

User Contributed Notes 1 note

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