implements Phalcon\Image\AdapterInterface
All image adapters must use this class
...
...
Image width
Image height
Image type Driver dependent
Image mime type
Resize the image to the given size
This method scales the images using liquid rescaling method. Only support Imagick
Crop an image to the given size
Rotate the image by a given amount
Flip the image along the horizontal or vertical axis
Sharpen the image by a given amount
Add a reflection to an image
Add a watermark to an image with the specified opacity
Add a text to an image with a specified opacity
Composite one image onto another
Set the background color of an image
Blur image
Pixelate image
Save the image
Render the image and return the binary string
© 2011–2017 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/latest/api/Phalcon_Image_Adapter.html