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