Imagick::getImageArtifact
(No version information available, might only be in SVN)
Imagick::getImageArtifact — Get image artifact
Beschreibung
string Imagick::getImageArtifact
( string
$artifact
)Gets 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
Rückgabewerte
Returns the artifact value on success.
Fehler/Exceptions
Wirft ImagickException bei Fehlern.
Siehe auch
- Imagick::setImageArtifact() - Set image artifact
- Imagick::deleteImageArtifact() - Delete image artifact
There are no user contributed notes for this page.
