PHP Class TippingCanoe\Imager\Processing\Blur

Inheritance: implements TippingCanoe\Imager\Processing\Filter
Mostra file Open project: tippingcanoe/imager

Protected Properties

Property Type Description
$blur
$brightness
$compression
$intervention
$sourcePath string

Public Methods

Method Description
__construct ( Intervention\Image\ImageManager $intervention )
process ( File $file, Image $image )
setBlur ( $value )
setBrightness ( $value )
setCompression ( $value )
setSourcePath ( string $sourcePath )

Method Details

__construct() public method

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

process() public method

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

setBlur() public method

public setBlur ( $value )

setBrightness() public method

public setBrightness ( $value )

setCompression() public method

public setCompression ( $value )

setSourcePath() public method

public setSourcePath ( string $sourcePath )
$sourcePath string

Property Details

$blur protected_oe property

protected $blur

$brightness protected_oe property

protected $brightness

$compression protected_oe property

protected $compression

$intervention protected_oe property

protected $intervention

$sourcePath protected_oe property

protected string $sourcePath
return string