PHP 클래스 TippingCanoe\Imager\Processing\Fit

Combines cropping and resizing of an image.
상속: implements TippingCanoe\Imager\Processing\Filter
파일 보기 프로젝트 열기: tippingcanoe/imager

보호된 프로퍼티들

프로퍼티 타입 설명
$height integer
$width integer

공개 메소드들

메소드 설명
process ( File $file, Image $image, array $config = null )
setHeight ( integer $height )
setWidth ( integer $width )

메소드 상세

process() 공개 메소드

public process ( File $file, Image $image, array $config = null )
$file Symfony\Component\HttpFoundation\File\File
$image TippingCanoe\Imager\Model\Image
$config array

setHeight() 공개 메소드

public setHeight ( integer $height )
$height integer

setWidth() 공개 메소드

public setWidth ( integer $width )
$width integer

프로퍼티 상세

$height 보호되어 있는 프로퍼티

protected int $height
리턴 integer

$width 보호되어 있는 프로퍼티

protected int $width
리턴 integer