Skip to content

Commit aa6f347

Browse files
committed
Added links to quality table readme
1 parent 9cf559d commit aa6f347

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ echo \ImageConverter\convert($from, $to);
2828

2929
The 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

0 commit comments

Comments
 (0)