PHP Class 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.
Datei anzeigen
Open project: horde/horde
Protected Properties
Property |
Type |
Description |
|
$_params |
array |
Valid parameters:
- radius: (integer) Radius of rounded corners. |
|
Public Methods
Method |
Description |
|
apply ( ) |
Applies the effect. |
|
Method Details
Property Details
$_params protected_oe property
Valid parameters:
- radius: (integer) Radius of rounded corners.
protected array $_params |
return |
array |
|