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

search for in the

Imagick::transposeImage> <Imagick::transformImage
[edit] Last updated: Sat, 07 Jan 2012

view this page in

Imagick::transparentPaintImage

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

Imagick::transparentPaintImagePaints pixels transparent

설명

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

Paints pixels matching the target color transparent. 이 메쏘드는 Imagick을 ImageMagick 6.3.8 이상으로 컴파일 했을 때만 사용할 수 있습니다.

인수

target

The target color to paint

alpha

투명도 단계: 1.0은 모두 보이고 0.0은 완전한 투명입니다.

fuzz

fuzz 양. 예를 들면, fuzz를 10으로 설정했을 때 붉은색의 농도를 100과 102로 설정한 것은 같은 색으로 취급합니다.

invert

If TRUE paints any pixel that does not match the target color.

반환값

성공시에 TRUE를 반환합니다.



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

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