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
Last updated: Fri, 20 May 2011

view this page in

Imagick::transparentPaintImage

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

Imagick::transparentPaintImagePinta píxeles transparentes

Descripción

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

Pinta píxeles transparente que coincidan con el color objetivo. Este método está disponible si Imagick ha sido compilado con la versión 6.3.8 (o superior) de ImageMagick.

Parámetros

target

El color objetivo a pintar

alpha

El nivel de transparencia: 1.0 es totalmente opaco y 0.0, totalmente transparente.

fuzz

La cantidad de difusión. Por ejemplo, setee fuzz a 10 y el color rojo a intensidades de 100 y 102 respectivamente son ahora interpretados como el mismo color.

invert

Si es TRUE pinta cualqueier píxel que no coincida con el color obejtivo.

Valores devueltos

Devuelve TRUE en caso de éxito.



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

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