1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-20 05:21:29 +02:00

Various minor updates

This commit is contained in:
Ryan Cramer
2019-06-07 12:08:55 -04:00
parent a88c6a49c7
commit f6c210f686
7 changed files with 75 additions and 52 deletions

View File

@@ -621,6 +621,8 @@ $config->fileContentTypes = array(
* #property string sharpening Sharpening mode, enter one of: none, soft, medium, strong
* #property int quality Image quality, enter a value between 1 and 100, where 100 is highest quality (and largest files)
* #property float defaultGamma Default gamma of 0.5 to 4.0 or -1 to disable gamma correction (default=2.0)
* #property bool webpAdd Create a WEBP copy with every new image variation? (default=false)
* #property int webpQuality Quality setting of 1-100 where higher is better but bigger (default=90)
*
* @var array
*