Gmagick::removeimageprofile

(PECL gmagick >= Unknown)

Gmagick::removeimageprofileRemoves the named image profile and returns it

Descrição

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

Removes the named image profile and returns it.

Parâmetros

name

Name of profile to return: ICC, IPTC, or generic profile.

Valor Retornado

The named profile.

Erros

Lança uma exceção GmagickException em erros.

add a note add a note

User Contributed Notes

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