Image\AdapterInterface::blur

abstract public blur (mixed $radius) ...

Image\AdapterInterface::background

abstract public background (mixed $color, [mixed $opacity]) ...

Image\AdapterInterface

Source on GitHub Methods abstract public resize ([mixed $width], [mixed $height], [mixed $master]) ... abstract public crop (mixed $width, mixed $height, [mixed $offsetX], [mixed $offsetY]) ... abstract public rotate (mixed $degrees) ... abstract public flip (mixed $direction) ... abstract public sharpen (mixed $amount) ... abstract public reflection (mixed $height, [mixed $opacity], [mixed $fadeIn]) ... abstract public watermark (Phalcon\Image\Adapter $watermark, [mixed $offsetX], [mixed $offs

Image\Adapter::watermark

public watermark (Phalcon\Image\Adapter $watermark, [mixed $offsetX], [mixed $offsetY], [mixed $opacity]) Add a watermark to an image with the specified opacity

Image\Adapter::text

public text (mixed $text, [mixed $offsetX], [mixed $offsetY], [mixed $opacity], [mixed $color], [mixed $size], [mixed $fontfile]) Add a text to an image with a specified opacity

Image\Adapter::sharpen

public sharpen (mixed $amount) Sharpen the image by a given amount

Image\Adapter::save

public save ([mixed $file], [mixed $quality]) Save the image

Image\Adapter::rotate

public rotate (mixed $degrees) Rotate the image by a given amount

Image\Adapter::resize

public resize ([mixed $width], [mixed $height], [mixed $master]) Resize the image to the given size

Image\Adapter::render

public render ([mixed $ext], [mixed $quality]) Render the image and return the binary string