Gmagick::queryformats

(PECL gmagick >= Unknown)

Gmagick::queryformatsReturns formats supported by Gmagick

Description

public Gmagick::queryformats(string $pattern = "*"): array

Returns formats supported by Gmagick.

Parameters

pattern

Specifies a string containing a pattern.

Return Values

The Gmagick object.

Errors/Exceptions

Throws an GmagickException on error.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top