PHP 클래스 TippingCanoe\Imager\Processing\Blur

상속: implements TippingCanoe\Imager\Processing\Filter
파일 보기 프로젝트 열기: tippingcanoe/imager

보호된 프로퍼티들

프로퍼티 타입 설명
$blur
$brightness
$compression
$intervention
$sourcePath string

공개 메소드들

메소드 설명
__construct ( Intervention\Image\ImageManager $intervention )
process ( File $file, Image $image )
setBlur ( $value )
setBrightness ( $value )
setCompression ( $value )
setSourcePath ( string $sourcePath )

메소드 상세

__construct() 공개 메소드

public __construct ( Intervention\Image\ImageManager $intervention )
$intervention Intervention\Image\ImageManager

process() 공개 메소드

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

setBlur() 공개 메소드

public setBlur ( $value )

setBrightness() 공개 메소드

public setBrightness ( $value )

setCompression() 공개 메소드

public setCompression ( $value )

setSourcePath() 공개 메소드

public setSourcePath ( string $sourcePath )
$sourcePath string

프로퍼티 상세

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

protected $blur

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

protected $brightness

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

protected $compression

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

protected $intervention

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

protected string $sourcePath
리턴 string