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