CakeFest 2024: The Official CakePHP Conference

Gmagick::getimageprofile

(PECL gmagick >= Unknown)

Gmagick::getimageprofileReturns the named image profile

Descrizione

public Gmagick::getimageprofile(string $name): string

Returns the named image profile.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns a string containing the image profile.

Errori/Eccezioni

Throws an GmagickException on error.

add a note

User Contributed Notes

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