Imagick::transparentPaintImage
()
Imagick::transparentPaintImage — Paints pixels transparent
説明
Paints pixels matching the target color transparent. このメソッドは、ImageMagick バージョン 6.3.8 以降で Imagick をコンパイルした場合に使用可能です。
パラメータ
- target
-
The target color to paint
- alpha
-
透明度。1.0 は完全な不透明で 0.0 が完全な透明をあらわします。
- fuzz
-
あいまいさをあらわす量。たとえば、これを 10 に設定すると、 赤色の値が 100 の色と 102 の色は同じものとみなされます。
- invert
-
If TRUE paints any pixel that does not match the target color.
返り値
成功した場合に TRUE を返します。
Imagick::transparentPaintImage
There are no user contributed notes for this page.
