File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ echo \ImageConverter\convert($from, $to);
2828
2929The third argument is an optional ` $quality ` value. It will differ depending on your image format.
3030
31- | Format | Default | Min | Max | Description |
32- | ------ | ------- | ------ | ------ | --------------------------- |
33- | gif | ` null ` | ` null ` | ` null ` | Quality value not supported |
34- | jpg | ` -1 ` | ` 0 ` | ` 100 ` | Higher means better quality |
35- | png | ` -1 ` | ` 0 ` | ` 9 ` | Lower means better quality |
36- | webp | ` 80 ` | ` 0 ` | ` 100 ` | Higher means better quality |
31+ | Format | Default | Min | Max | Description |
32+ | ------------------------------------------------------------ | ------- | ------ | ------ | --------------------------- |
33+ | [ gif] ( https://www.php.net/manual/en/function.imagegif.php ) | ` null ` | ` null ` | ` null ` | Quality value not supported |
34+ | [ jpeg ] ( https://www.php.net/manual/en/function.imagejpeg.php ) | ` -1 ` | ` 0 ` | ` 100 ` | Higher means better quality |
35+ | [ png] ( https://www.php.net/manual/en/function.imagepng.php ) | ` -1 ` | ` 0 ` | ` 9 ` | Lower means better quality |
36+ | [ webp] ( https://www.php.net/manual/en/function.imagewebp.php ) | ` 80 ` | ` 0 ` | ` 100 ` | Higher means better quality |
3737
3838## Notes
3939
You can’t perform that action at this time.
0 commit comments