From ab1d444a460c0620cbd3b246dd5245c7b5880201 Mon Sep 17 00:00:00 2001 From: Alejandro Aguilera Date: Wed, 8 Jun 2011 00:28:58 +0200 Subject: [PATCH] Update sample.settings.py with the new optimizeimg options. --- sample.settings.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sample.settings.py b/sample.settings.py index 863b266..8c85a3e 100644 --- a/sample.settings.py +++ b/sample.settings.py @@ -92,9 +92,11 @@ imgformat = "jpg" ################################################################################ ### optimizeimg ## 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) -## render times, but will produce up to 30% smaller images. NOTE: requires -## corresponding programs in $PATH or %PATH% +## for pngcrush, 2 for pngcrush+advdef, 3 for pngcrush+advdef with more agressive +## options. Option 1 gives around 19% of reduction, option 2 gives around 21% +## (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 ## Type: integer ## Example: