abstract public reflection (mixed $height, [mixed $opacity], [mixed $fadeIn]) ...
abstract public mask (Phalcon\Image\Adapter $watermark) ...
abstract public flip (mixed $direction) ...
public sharpen (mixed $amount) Sharpen the image by a given amount
public watermark (Phalcon\Image\Adapter $watermark, [mixed $offsetX], [mixed $offsetY], [mixed $opacity]) Add a watermark to an image with the specified opacity
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
public resize ([mixed $width], [mixed $height], [mixed $master]) Resize the image to the given size
public rotate (mixed $degrees) Rotate the image by a given amount
public save ([mixed $file], [mixed $quality]) Save the image
public render ([mixed $ext], [mixed $quality]) Render the image and return the binary string
Page 213 of 382