|
|||||||||
|
|||||||||
imagefilter(PHP 5) imagefilter — Applies a filter to an image Описание
bool imagefilter
( resource $image
, int $filtertype
[, int $arg1
[, int $arg2
[, int $arg3
[, int $arg4
]]]] )
imagefilter() applies the given filter filtertype on the image . Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Список изменений
Примеры
Пример #1 imagefilter() grayscale example
<?phpПример #2 imagefilter() brightness example
<?phpПример #3 imagefilter() colorize example
<?phpПримечания
| |||||||||
|
|||||||||