php8.5
Home/ Manual/ imagick / imagick/ Imagick::getImageArtifact

Imagick::getImageArtifact

PHP function Edit on GitHub ✎

(PECL imagick 3)

Get image artifact

Description

Imagick::getImageArtifact(string $artifact): string

Gets an artifact associated with the image. The difference between image properties and image artifacts is that properties are public and artifacts are private. 0x657

Parameters

artifact

The name of the artifact

Return Values

Returns the artifact value on success.

Errors/Exceptions

Throws

See Also

Source: reference/imagick/imagick/getimageartifact.xml · from the official PHP manual (php/doc-en)