PHP Class Horde_Image_Effect_Border, horde

Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Image_Effect
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_params array - borderwidth: Border thickness, defaults to 1 pixel. - preserve: Preserves the alpha transparency layer (if present)

Public Methods

Method Description
apply ( ) Draws the border.

Method Details

apply() public method

This draws the configured border to the provided image. Beware, that every pixel inside the border clipping will be overwritten with the background color.
public apply ( )

Property Details

$_params protected_oe property

- borderwidth: Border thickness, defaults to 1 pixel. - preserve: Preserves the alpha transparency layer (if present)
protected array $_params
return array