Image\Adapter\Imagick::__destruct

public __destruct () Destroys the loaded image to free up resources.

Image\Adapter\Imagick::setResourceLimit

public setResourceLimit (mixed $type, mixed $limit) Sets the limit for a particular resource in megabytes

Image\Adapter\Imagick::getInternalImInstance

public getInternalImInstance () Get instance

Image\Adapter\Imagick::check

public static check () Checks if Imagick is enabled

Image\Adapter\Imagick

extends abstract class Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface Source on GitHub Image manipulation support. Allows images to be resized, cropped, etc. $image = new Phalcon\Image\Adapter\Imagick("upload/test.jpg"); $image->resize(200, 200)->rotate(90)->crop(100, 100); if ($image->save()) { echo 'success'; } Methods public static check () Checks if Imagick is enabled public __construct (mixed $file, [mixed $width], [mixed $height]) \Phalcon\Image\Adapt

Image\Adapter\Gd::__destruct

public __destruct () ...

Image\Adapter\Gd::check

public static check () ...

Image\Adapter\Gd

extends abstract class Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface Source on GitHub Methods public static check () ... public __construct (mixed $file, [mixed $width], [mixed $height]) ... protected _resize (mixed $width, mixed $height) ... protected _crop (mixed $width, mixed $height, mixed $offsetX, mixed $offsetY) ... protected _rotate (mixed $degrees) ... protected _flip (mixed $direction) ... protected _sharpen (mixed $amount) ... protected _reflection (mixed $height, m

Image\AdapterInterface::watermark

abstract public watermark (Phalcon\Image\Adapter $watermark, [mixed $offsetX], [mixed $offsetY], [mixed $opacity]) ...

Image\AdapterInterface::text

abstract public text (mixed $text, [mixed $offsetX], [mixed $offsetY], [mixed $opacity], [mixed $color], [mixed $size], [mixed $fontfile]) ...