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.
1 parent fd69a90 commit 893b396Copy full SHA for 893b396
README.md
@@ -84,8 +84,6 @@ $instance = new PNGQuant();
84
85
// Set the path to the image to compress
86
$result = $instance->setImage("/a-folder/image-original.png")
87
- // Set the output filepath
88
- ->setOutputImage("/a-folder/image-compressed.png")
89
// Overwrite output file if exists, otherwise pngquant will generate output ...
90
->overwriteExistingFile()
91
// As the quality in pngquant isn't fixed (it uses a range)
0 commit comments