PHP 8.3.4 Released!

Imagick::deleteImageArtifact

(PECL imagick 3)

Imagick::deleteImageArtifactDelete image artifact

Descrição

public Imagick::deleteImageArtifact(string $artifact): bool

Deletes 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 to delete

Valor Retornado

Retorna true em caso de sucesso.

Erros/Exceções

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