improve docs on toJpeg(quality)
This commit is contained in:
parent
083d0b8b60
commit
08983e1ba9
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ Returns a [Buffer][buffer] that contains image's `PNG` encoded data.
|
|||
|
||||
### NativeImage.toJpeg(quality)
|
||||
|
||||
* `quality` Integer
|
||||
* `quality` Integer between 0 - 100 (required)
|
||||
|
||||
Returns a [Buffer][buffer] that contains image's `JPEG` encoded data.
|
||||
|
||||
|
|
Loading…
Reference in a new issue