Skip to content

Commit

Permalink
pngquant skip if larger
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPropre committed Apr 16, 2021
1 parent 36363df commit 6ef352b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OptimizerChainFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public static function create(array $config = []): OptimizerChain
->addOptimizer(new Pngquant([
$pngQuality,
'--force',
'--skip-if-larger',
]))

->addOptimizer(new Optipng([
Expand Down

0 comments on commit 6ef352b

Please sign in to comment.