load()
load(string $image) : \Pop\Image\Gmagick
Load an existing image as a resource and return the Gmagick image object
Parameters
string | $image |
Gmagick image factory class
load(string $image) : \Pop\Image\Gmagick
Load an existing image as a resource and return the Gmagick image object
string | $image |
create(integer $width, integer $height, string $image = null) : \Pop\Image\Gmagick
Create a new image resource and return the Gmagick image object
integer | $width | |
integer | $height | |
string | $image |
Loading…