Skip to content

Commit 993c8f0

Browse files
Update README.md
1 parent 8c086aa commit 993c8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ $image->resize(800, 600);
180180
$image->save('image2.jpg');
181181
```
182182

183-
By default they are set to 75 and 0 respectively. See the manual entries for [`imagejpeg()`](http://www.php.net/manual/en/function.imagejpeg.php) and [`imagepng()`](http://www.php.net/manual/en/function.imagepng.php) for more info.
183+
By default they are set to 85 and 6 respectively. See the manual entries for [`imagejpeg()`](http://www.php.net/manual/en/function.imagejpeg.php) and [`imagepng()`](http://www.php.net/manual/en/function.imagepng.php) for more info.
184184

185185
You can also pass the quality directly to the `save()`, `output()` and `getImageAsString()` methods:
186186

0 commit comments

Comments
 (0)