getAvailableAdapters()
getAvailableAdapters() : array
Get the available image adapters
Image Gmagick factory class
load(string $image) : \Pop\Image\Adapter\Gmagick
Load the image resource from the existing image file into a Gmagick object
string | $image |
loadFromString(string $data, string $name = null) : \Pop\Image\Adapter\Gmagick
Load the image resource from data into a Gmagick object
string | $data | |
string | $name |
create(integer $width, integer $height, string $image = null) : \Pop\Image\Adapter\Gmagick
Create a new image resource and load it into a Gmagick object
integer | $width | |
integer | $height | |
string | $image |
createIndex(integer $width, integer $height, string $image = null) : \Pop\Image\Adapter\Gmagick
Create a new indexed image resource and load it into a Gmagick object
integer | $width | |
integer | $height | |
string | $image |