mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-02 23:13:40 +03:00
Formatted script improvements as table
This commit is contained in:
parent
09b27753e5
commit
9830abd19e
91
CHANGES.rst
91
CHANGES.rst
|
@ -6300,27 +6300,27 @@ The test suite includes 400 individual tests.
|
||||||
are currently supported:
|
are currently supported:
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 25 25 50
|
:widths: 25 25 50
|
||||||
:header-rows: 1
|
:header-rows: 1
|
||||||
|
|
||||||
* - Format
|
* - Format
|
||||||
- Option
|
- Option
|
||||||
- Description
|
- Description
|
||||||
* - JPEG
|
* - JPEG
|
||||||
- optimize
|
- optimize
|
||||||
- Minimize output file at the expense of compression speed.
|
- Minimize output file at the expense of compression speed.
|
||||||
* - JPEG
|
* - JPEG
|
||||||
- progressive
|
- progressive
|
||||||
- Enable progressive output. The option value is ignored.
|
- Enable progressive output. The option value is ignored.
|
||||||
* - JPEG
|
* - JPEG
|
||||||
- quality
|
- quality
|
||||||
- Set compression quality (1-100). The default value is 75.
|
- Set compression quality (1-100). The default value is 75.
|
||||||
* - JPEG
|
* - JPEG
|
||||||
- smooth
|
- smooth
|
||||||
- Smooth dithered images. Value is strength (1-100). Default is off (0).
|
- Smooth dithered images. Value is strength (1-100). Default is off (0).
|
||||||
* - PNG
|
* - PNG
|
||||||
- optimize
|
- optimize
|
||||||
- Minimize output file at the expense of compression speed.
|
- Minimize output file at the expense of compression speed.
|
||||||
|
|
||||||
Expect more options in future releases. Also note that
|
Expect more options in future releases. Also note that
|
||||||
file writers silently ignore unknown options.
|
file writers silently ignore unknown options.
|
||||||
|
@ -6340,32 +6340,35 @@ The test suite includes 400 individual tests.
|
||||||
|
|
||||||
- Various improvements to the sample scripts:
|
- Various improvements to the sample scripts:
|
||||||
|
|
||||||
"pilconvert" Carries out some extra tricks in order to make
|
.. list-table::
|
||||||
the resulting file as small as possible.
|
:widths: 25 75
|
||||||
|
|
||||||
"explode" (NEW) Split an image sequence into individual frames.
|
* - pilconvert
|
||||||
|
- Carries out some extra tricks in order to make
|
||||||
|
the resulting file as small as possible.
|
||||||
|
* - explode
|
||||||
|
- (NEW) Split an image sequence into individual frames.
|
||||||
|
* - gifmaker
|
||||||
|
- (NEW) Convert a sequence file into a GIF animation.
|
||||||
|
Note that the GIF encoder create "uncompressed" GIF
|
||||||
|
files, so animations created by this script are
|
||||||
|
rather large (typically 2-5 times the compressed
|
||||||
|
sizes).
|
||||||
|
* - image2py
|
||||||
|
- (NEW) Convert a single image to a python module. See
|
||||||
|
comments in this script for details.
|
||||||
|
* - player
|
||||||
|
- If multiple images are given on the command line,
|
||||||
|
they are interpreted as frames in a sequence. The
|
||||||
|
script assumes that they all have the same size.
|
||||||
|
Also note that this script now can play FLI/FLC
|
||||||
|
and GIF animations.
|
||||||
|
|
||||||
"gifmaker" (NEW) Convert a sequence file into a GIF animation.
|
This player can also execute embedded Python
|
||||||
Note that the GIF encoder create "uncompressed" GIF
|
animation applets (ARG format only).
|
||||||
files, so animations created by this script are
|
* - viewer
|
||||||
rather large (typically 2-5 times the compressed
|
- Transparent images ("P" with transparency property,
|
||||||
sizes).
|
and "RGBA") are superimposed on the standard Tk background.
|
||||||
|
|
||||||
"image2py" (NEW) Convert a single image to a python module. See
|
|
||||||
comments in this script for details.
|
|
||||||
|
|
||||||
"player" If multiple images are given on the command line,
|
|
||||||
they are interpreted as frames in a sequence. The
|
|
||||||
script assumes that they all have the same size.
|
|
||||||
Also note that this script now can play FLI/FLC
|
|
||||||
and GIF animations.
|
|
||||||
|
|
||||||
This player can also execute embedded Python
|
|
||||||
animation applets (ARG format only).
|
|
||||||
|
|
||||||
"viewer" Transparent images ("P" with transparency property,
|
|
||||||
and "RGBA") are superimposed on the standard Tk back-
|
|
||||||
ground.
|
|
||||||
|
|
||||||
- Fixed colour argument to "new". For multilayer images, pass a
|
- Fixed colour argument to "new". For multilayer images, pass a
|
||||||
tuple: (Red, Green, Blue), (Red, Green, Blue, Alpha), or (Cyan,
|
tuple: (Red, Green, Blue), (Red, Green, Blue, Alpha), or (Cyan,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user