We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5576246 + e633282 commit 033d3f9Copy full SHA for 033d3f9
README.md
@@ -66,6 +66,7 @@ return [
66
'optimizers' => [
67
68
Jpegoptim::class => [
69
+ '-m85', // set maximum quality to 85%
70
'--strip-all', // this strips out all text information such as comments and EXIF data
71
'--all-progressive' // this will make sure the resulting image is a progressive one
72
],
config/image-optimizer.php
@@ -14,6 +14,7 @@
14
15
16
17
18
19
'--all-progressive', // this will make sure the resulting image is a progressive one
20
0 commit comments