\Pop\Image\FactoryGd

GD image factory class

Summary

Methods
Properties
Constants
load()
create()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

load()

load(string  $image) : \Pop\Image\Gd

Load an existing image as a resource and return the Gd image object

Parameters

string $image

Returns

\Pop\Image\Gd

create()

create(integer  $width, integer  $height, string  $image = null) : \Pop\Image\Gd

Create a new image resource and return the Gd image object

Parameters

integer $width
integer $height
string $image

Returns

\Pop\Image\Gd