Imagick::opaquePaintImage
(PECL imagick 2 >= 2.3.0, PECL imagick 3)
Imagick::opaquePaintImage — Changes the color value of any pixel that matches target
Beschreibung
mixed
$target
,mixed
$fill
,float
$fuzz
,bool
$invert
,int
$channel
= Imagick::CHANNEL_DEFAULT): bool
Changes any pixel that matches color with the color defined by fill. Diese Funktion ist verfügbar, wenn Imagick gegen die ImageMagick-Version 6.3.8 oder höher kompiliert wurde.
Parameter-Liste
-
target
-
ImagickPixel object or a string containing the color to change
-
fill
-
The replacement color
-
fuzz
-
Die Menge an Ungenauigkeit. Wird dieser Wert z.B. auf 10 gesetzt, so werden die Farbe Rot sowohl bei Intensitäten von 100 als auch 102 als identisch betrachtet.
-
invert
-
If
true
paints any pixel that does not match the target color. -
channel
-
Übergeben Sie eine Channel-Konstante, die für Ihren Channel-Moduls gültig ist. Um mehr als einen Channel anzuwenden, können Sie die Channel-Konstanten mit bitweisen Operationen verknüpfen. Der Standardwert ist
Imagick::CHANNEL_DEFAULT
. Sehen Sie sich auch die Liste der Channel-Konstanten an
Rückgabewerte
Liefert true
bei Erfolg.