\Pop\Image\EffectGmagick

Effect class for Gmagick

This class has been deprecated as of 2/6/2020 and will no longer be maintained. Please use the Imagick classes instead.

Summary

Methods
Properties
Constants
getBlend()
calculateSteps()
__construct()
getImage()
setImage()
hasImage()
border()
fill()
No public properties found
No constants found
No protected methods found
$image
N/A
No private methods found
No private properties found
N/A

Properties

$image

$image : mixed

Image object

Type

mixed

Methods

calculateSteps()

calculateSteps(integer  $curStep, integer  $start, integer  $end, integer  $totalSteps) : integer

Calculate the steps between two points

Parameters

integer $curStep
integer $start
integer $end
integer $totalSteps

Returns

integer

__construct()

__construct(\Pop\Image\Adapter\AbstractAdapter  $image = null) 

Constructor

Instantiate an image edit object

Parameters

\Pop\Image\Adapter\AbstractAdapter $image

hasImage()

hasImage() : boolean

Has the image object

Returns

boolean