Imagick::deleteImageArtifact

(No version information available, might only be in Git)

Imagick::deleteImageArtifactDelete image artifact

Опис

bool Imagick::deleteImageArtifact ( string $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. Цей метод доступний якщо Imagick був зібраний з версією ImageMagick 6.5.7 або новішою.

Параметри

artifact

The name of the artifact to delete

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

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

Помилки/Винятки

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

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

add a note add a note

User Contributed Notes

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