PHP Класс Horde_Image_Effect_Gd_RoundCorners, horde
This algorithm is from the phpThumb project available at
http://phpthumb.sourceforge.net and all credit (and complaints ;) for this
script should go to James Heinrich
. Modifications
made to the code to fit it within the Horde framework and to adjust for our
coding standards.
Показать файл
Открыть проект
Защищенные свойства (Protected)
Свойство |
Тип |
Описание |
|
$_params |
array |
Valid parameters:
- radius: (integer) Radius of rounded corners. |
|
Открытые методы
Метод |
Описание |
|
apply ( ) |
Applies the effect. |
|
Описание методов
Описание свойств
$_params защищенное свойство
Valid parameters:
- radius: (integer) Radius of rounded corners.
protected array $_params |
Результат |
array |
|