|
@@ -19,7 +19,7 @@ logger = logging.getLogger(__name__)
|
|
|
# A list of file types with their respective commands
|
|
|
COMMANDS = [
|
|
|
('.jpg', 'jpegtran -copy none -optimize -outfile "{filename}" "{filename}"'),
|
|
|
- ('.png', 'optipng "{filename}"'),
|
|
|
+ ('.png', 'optipng --quiet "{filename}"'),
|
|
|
]
|
|
|
|
|
|
def optimize_images(pelican):
|