PHP 8.5.0 Beta 3 available for testing

Imagick::deleteImageArtifact

(PECL imagick 3)

Imagick::deleteImageArtifact β€” Delete image artifact

Beschreibung

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. Diese Funktion ist verfΓΌgbar, wenn Imagick gegen die ImageMagick-Version 6.5.7 oder hΓΆher kompiliert wurde.

Parameter-Liste

artifact

The name of the artifact to delete

RΓΌckgabewerte

Liefert true bei Erfolg.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.

Siehe auch

οΌ‹add a note

User Contributed Notes

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