mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
PNG compression level range is 0-9 #95
This commit is contained in:
@@ -378,7 +378,7 @@ Include all metadata (ICC, EXIF, XMP) from the input image in the output image.
|
||||
|
||||
An advanced setting for the _zlib_ compression level of the lossless PNG output format. The default level is `6`.
|
||||
|
||||
`compressionLevel` is a Number between -1 and 9.
|
||||
`compressionLevel` is a Number between 0 and 9.
|
||||
|
||||
### Output methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user