Fix errors, complete table

This commit is contained in:
Max Base 2022-04-11 12:30:51 +04:30 committed by GitHub
parent e03120a474
commit a82ab509df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6129,23 +6129,28 @@ The test suite includes 400 individual tests.
- Added keyword options to the "save" method. The following options are currently supported: - Added keyword options to the "save" method. The following options are currently supported:
Format Option Description .. list-table::
-------------------------------------------------------- :widths: 25 25 50
JPEG optimize Minimize output file at the :header-rows: 1
expense of compression speed.
JPEG progressive Enable progressive output. * - Format
The option value is ignored. - Option
- Description
JPEG quality Set compression quality (1-100). * - JPEG
The default value is 75. - optimize
- Minimize output file at the expense of compression speed.
JPEG smooth Smooth dithered images. * - JPEG
Value is strength (1-100). - progressive
Default is off (0). - Enable progressive output. The option value is ignored.
* - JPEG
PNG optimize Minimize output file at the - quality
expense of compression speed. - Set compression quality (1-100). The default value is 75.
* - JPEG
- smooth
- Smooth dithered images. Value is strength (1-100). Default is off (0).
* - PNG
- optimize
- Minimize output file at the expense of compression speed.
Expect more options in future releases. Also note that file writers silently ignore unknown options. Expect more options in future releases. Also note that file writers silently ignore unknown options.
@ -6307,7 +6312,7 @@ Expect more options in future releases. Also note that file writers silently ig
- Only the Image module imports _imaging directly. Other modules should refer to the binding module as "Image.core". - Only the Image module imports _imaging directly. Other modules should refer to the binding module as "Image.core".
0.0 to 0.1 (b1) 0.0 to 0.1 (b1)
------------ ---------------
- A handbook is available (distributed separately). - A handbook is available (distributed separately).