(PECL imagick 3)
Imagick::getImageArtifact — Get image artifact
$artifact
): stringGets an artifact associated with the image. The difference between image properties and image artifacts is that properties are public and artifacts are private. Este método estará disponível se a extensão Imagick tiver sido compilada com a ImageMagick versão 6.5.7 ou superior.
artifact
The name of the artifact
Returns the artifact value on success.
Lança uma exceção ImagickException em caso de erro.