Documentation

內容目录

上一个主题

< Class Phalcon\Http\Response\Headers

下一个主题

Abstract class Phalcon\Image\Adapter >

本页

Abstract class Phalcon\Image

Image manipulation support. Allows images to be resized, cropped, etc.

<?php

$image = new Phalcon\Image\Adapter\GD("upload/test.jpg");
$image->resize(200, 200);
$image->save();

Constants

integer NONE

integer WIDTH

integer HEIGHT

integer AUTO

integer INVERSE

integer PRECISE

integer TENSILE

integer HORIZONTAL

integer VERTICAL

integer GD

integer IMAGICK