Dutch PHP Conference 2025 - Call For Papers

Imagick::deleteImageArtifact

(PECL imagick 3)

Imagick::deleteImageArtifactDelete image artifact

Опис

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. Цей метод доступний, якщо Imagick зібраний з ImageMagick версії 6.5.7 або новішою.

Параметри

artifact

The name of the artifact to delete

Значення, що повертаються

Повертає true в разі успіху.

Помилки/виключення

Кидає ImagickException в разі помилки.

Прогляньте також

add a note

User Contributed Notes

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