Imagick::setImageArtifact
(No version information available, might only be in SVN)
Imagick::setImageArtifact — Set image artifact
Descrierea
bool Imagick::setImageArtifact
( string
$artifact
, string $value
)Associates an artifact with the image. The difference between image properties and image artifacts is that properties are public and artifacts are private. Această metodă este disponibilă dacă Imagick a fost compilat cu ImageMagick de versiunea 6.5.7 sau ulterior.
Parametri
-
artifact -
The name of the artifact
-
value -
The value of the artifact
Valorile întoarse
Întoarce TRUE în caz de succes.
Erori/Excepții
Emite ImagickException în caz de eroare.
Vedeți de asemenea
- Imagick::getImageArtifact() - Get image artifact
- Imagick::deleteImageArtifact() - Delete image artifact
There are no user contributed notes for this page.
