Update README.md

This commit is contained in:
Matteo Paonessa 2024-02-19 11:37:14 +01:00 committed by GitHub
parent 0fcdf77452
commit 7011d0af68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ pub struct Parameters {
pub struct Parameters {
pub quality: u32,
pub force_zopfli: bool,
pub deflater_level: u32
pub optimization_level: u32
}
```
- `quality`: in a range from 0 to 100, the quality of the resulting image. Default `80`.