Skip to content

Commit 893b396

Browse files
committed
Fix raw
1 parent fd69a90 commit 893b396

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ $instance = new PNGQuant();
8484

8585
// Set the path to the image to compress
8686
$result = $instance->setImage("/a-folder/image-original.png")
87-
// Set the output filepath
88-
->setOutputImage("/a-folder/image-compressed.png")
8987
// Overwrite output file if exists, otherwise pngquant will generate output ...
9088
->overwriteExistingFile()
9189
// As the quality in pngquant isn't fixed (it uses a range)

0 commit comments

Comments
 (0)