mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 12:10:45 +02:00
cleaning up a bit
This commit is contained in:
@@ -10,8 +10,9 @@
|
|||||||
* @property bool $upscaling
|
* @property bool $upscaling
|
||||||
* @property bool $interlace
|
* @property bool $interlace
|
||||||
* @property array|string|bool $cropping
|
* @property array|string|bool $cropping
|
||||||
* @property int $quality
|
* @property bool $webpAdd
|
||||||
* @property int $webpQuality
|
* @property int $webpQuality
|
||||||
|
* @property int $quality
|
||||||
* @property string $sharpening
|
* @property string $sharpening
|
||||||
* @property float $defaultGamma
|
* @property float $defaultGamma
|
||||||
* @property float $scale
|
* @property float $scale
|
||||||
@@ -237,6 +238,7 @@ abstract class ImageSizerEngine extends WireData implements Module, Configurable
|
|||||||
'interlace',
|
'interlace',
|
||||||
'quality',
|
'quality',
|
||||||
'webpQuality',
|
'webpQuality',
|
||||||
|
'webpAdd',
|
||||||
'sharpening',
|
'sharpening',
|
||||||
'defaultGamma',
|
'defaultGamma',
|
||||||
'scale',
|
'scale',
|
||||||
|
Reference in New Issue
Block a user