Dutch PHP Conference 2023 - Call for Papers

Imagick::getImageArtifact

(PECL imagick 3)

Imagick::getImageArtifactGet image artifact

Descrição

public 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. Este método estará disponível se a extensão Imagick tiver sido compilada com a ImageMagick versão 6.5.7 ou superior.

Parâmetros

artifact

The name of the artifact

Valor Retornado

Returns the artifact value on success.

Erros

Lança uma exceção ImagickException em caso de erro.

Veja Também

add a note

User Contributed Notes

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