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