0

Update sample.settings.py with the new optimizeimg options.

This commit is contained in:
Alejandro Aguilera
2011-06-08 00:28:58 +02:00
parent f8457957f8
commit ab1d444a46

View File

@@ -92,9 +92,11 @@ imgformat = "jpg"
################################################################################ ################################################################################
### optimizeimg ### optimizeimg
## If using png, perform image file size optimizations on the output. Specify 1 ## If using png, perform image file size optimizations on the output. Specify 1
## for pngcrush, 2 for pngcrush+optipng+advdef. This may double (or more) ## for pngcrush, 2 for pngcrush+advdef, 3 for pngcrush+advdef with more agressive
## render times, but will produce up to 30% smaller images. NOTE: requires ## options. Option 1 gives around 19% of reduction, option 2 gives around 21%
## corresponding programs in $PATH or %PATH% ## (it doubles the optimizing time) and option 3 gives around 23% (it doubles,
## again, the optimizing time). Using this option may double (or more)
## render times. NOTE: requires corresponding programs in $PATH or %PATH%
## Default: not set ## Default: not set
## Type: integer ## Type: integer
## Example: ## Example: