Skip to content

Commit a82ab50

Browse files
authored
Fix errors, complete table
1 parent e03120a commit a82ab50

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

CHANGES.rst

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6129,23 +6129,28 @@ The test suite includes 400 individual tests.
61296129

61306130
- Added keyword options to the "save" method. The following options are currently supported:
61316131

6132-
Format Option Description
6133-
--------------------------------------------------------
6134-
JPEG optimize Minimize output file at the
6135-
expense of compression speed.
6136-
6137-
JPEG progressive Enable progressive output.
6138-
The option value is ignored.
6139-
6140-
JPEG quality Set compression quality (1-100).
6141-
The default value is 75.
6142-
6143-
JPEG smooth Smooth dithered images.
6144-
Value is strength (1-100).
6145-
Default is off (0).
6146-
6147-
PNG optimize Minimize output file at the
6148-
expense of compression speed.
6132+
.. list-table::
6133+
:widths: 25 25 50
6134+
:header-rows: 1
6135+
6136+
* - Format
6137+
- Option
6138+
- Description
6139+
* - JPEG
6140+
- optimize
6141+
- Minimize output file at the expense of compression speed.
6142+
* - JPEG
6143+
- progressive
6144+
- Enable progressive output. The option value is ignored.
6145+
* - JPEG
6146+
- quality
6147+
- Set compression quality (1-100). The default value is 75.
6148+
* - JPEG
6149+
- smooth
6150+
- Smooth dithered images. Value is strength (1-100). Default is off (0).
6151+
* - PNG
6152+
- optimize
6153+
- Minimize output file at the expense of compression speed.
61496154

61506155
Expect more options in future releases. Also note that file writers silently ignore unknown options.
61516156

@@ -6307,7 +6312,7 @@ Expect more options in future releases. Also note that file writers silently ig
63076312
- Only the Image module imports _imaging directly. Other modules should refer to the binding module as "Image.core".
63086313

63096314
0.0 to 0.1 (b1)
6310-
------------
6315+
---------------
63116316

63126317
- A handbook is available (distributed separately).
63136318

0 commit comments

Comments
 (0)