The Imagick class
PHP Manual

Imagick::getImageArtifact

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

Imagick::getImageArtifactGet image artifact

Descrierea

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. Această metodă este disponibilă dacă Imagick a fost compilat cu ImageMagick de versiunea 6.5.7 sau ulterior.

Parametri

artifact

The name of the artifact

Valorile întoarse

Returns the artifact value on success. Emite un ImagickException în caz de eroare.

Vedeți de asemenea


The Imagick class
PHP Manual