(PECL imagick 3)
Imagick::deleteImageArtifact — Delete image artifact
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.
artifact
The name of the artifact to delete
Retorna true
em caso de sucesso.
Lança uma exceção ImagickException em caso de erro.