downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Imagick::transposeImage> <Imagick::transformImage
[edit] Last updated: Fri, 18 May 2012

view this page in

Imagick::transparentPaintImage

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

Imagick::transparentPaintImagePaints pixels transparent

Beschreibung

bool Imagick::transparentPaintImage ( mixed $target , float $alpha , float $fuzz , bool $invert )

Paints pixels matching the target color transparent. Diese Funktion ist verfügbar, wenn Imagick gegen die ImageMagick-Version 6.3.8 oder höher kompiliert wurde.

Parameter-Liste

target

The target color to paint

alpha

Die Stufe der Transparenz. 1.0 ist völlig undurchsichtig und 0.0 ist komplett transparent.

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.

Rückgabewerte

Liefert TRUE bei Erfolg.



add a note add a note User Contributed Notes Imagick::transparentPaintImage
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites