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