Documentation

Horde_Image_Effect_Im_PolaroidImage extends Horde_Image_Effect
in package

Effect for creating a polaroid looking image.

Tags
author

Michael J. Rubinsky mrubinsk@horde.org

category

Horde

copyright

2007-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL-2.1

Table of Contents

$_image  : Horde_Image
The bound Horde_Image object
$_logger  : mixed
Logger.
$_params  : array<string|int, mixed>
Valid parameters for the polaroid effect: - background: (string) The color of the image background.
__construct()  : mixed
Effect constructor.
apply()  : mixed
Applies the effect.
factory()  : Horde_Image_Effect
Effect factory.
setImageObject()  : mixed
Bind this effect to a Horde_Image object.
setLogger()  : mixed
Attaches a logger.

Properties

$_logger

Logger.

protected mixed $_logger

$_params

Valid parameters for the polaroid effect: - background: (string) The color of the image background.

protected array<string|int, mixed> $_params = array('background' => 'none', 'angle' => 0, 'shadowcolor' => 'black')
  • angle: (integer) Angle to rotate the image.
  • shadowcolor: (string) The color of the image shadow.

Methods

__construct()

Effect constructor.

public __construct([array<string|int, mixed> $params = array() ]) : mixed
Parameters
$params : array<string|int, mixed> = array()

Any parameters for the effect. Parameters are documented in each subclass.

Return values
mixed

apply()

Applies the effect.

public apply() : mixed
Return values
mixed

factory()

Effect factory.

public static factory(string $type, string $driver, array<string|int, mixed> $params) : Horde_Image_Effect
Parameters
$type : string

An effect name.

$driver : string

An image driver name.

$params : array<string|int, mixed>

Any effect parameters.

Return values
Horde_Image_Effect

An effect instance.

setImageObject()

Bind this effect to a Horde_Image object.

public setImageObject(Horde_Image $image) : mixed
Parameters
$image : Horde_Image

The Horde_Image object

Return values
mixed

setLogger()

Attaches a logger.

public setLogger(Horde_Log_Logger $logger) : mixed
Parameters
$logger : Horde_Log_Logger

A logger.

Return values
mixed

Search results