Imagick::transparentPaintImage

(Информация о версии неизвестна, возможно, только в 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.

Коментарии

Автор:
The $color parameter can be a string like this:

"rgb(255, 255, 255)"

As you can guess, that example represents white color.
"rgb" indicates red-green-blue, and numeric values are amounts for each, from 0 to 255.

Black color it will be "rgb(0, 0, 0)".
Full red color it will be "rgb(255, 0, 0)".
2024-02-21 14:14:15
http://php5.kiev.ua/manual/ru/imagick.transparentpaintimage.html

    Поддержать сайт на родительском проекте КГБ