@@ -6129,23 +6129,28 @@ The test suite includes 400 individual tests.
6129
6129
6130
6130
- Added keyword options to the "save" method. The following options are currently supported:
6131
6131
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.
6149
6154
6150
6155
Expect more options in future releases. Also note that file writers silently ignore unknown options.
6151
6156
@@ -6307,7 +6312,7 @@ Expect more options in future releases. Also note that file writers silently ig
6307
6312
- Only the Image module imports _imaging directly. Other modules should refer to the binding module as "Image.core".
6308
6313
6309
6314
0.0 to 0.1 (b1)
6310
- ------------
6315
+ ---------------
6311
6316
6312
6317
- A handbook is available (distributed separately).
6313
6318
0 commit comments