La classe Imagick
PHP Manual

Imagick::getImageArtifact

(No version information available, might only be in SVN)

Imagick::getImageArtifactGet image artifact

Description

bool Imagick::getImageArtifact ( string $artifact )

Gets an artifact associated with the image. The difference between image properties and image artifacts is that properties are public and artifacts are private. Cette méthode n'est disponible que si Imagick a été compilé avec ImageMagick version 6.5.7 ou supérieur.

Liste de paramètres

artifact

The name of the artifact

Valeurs de retour

Returns the artifact value on success. Émet une exception ImagickException en cas d'échec.

Voir aussi


La classe Imagick
PHP Manual