mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-02 06:53:40 +03:00
Formatted script improvements as table
This commit is contained in:
parent
09b27753e5
commit
9830abd19e
29
CHANGES.rst
29
CHANGES.rst
|
@ -6340,21 +6340,25 @@ 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::
|
||||||
|
:widths: 25 75
|
||||||
|
|
||||||
|
* - pilconvert
|
||||||
|
- Carries out some extra tricks in order to make
|
||||||
the resulting file as small as possible.
|
the resulting file as small as possible.
|
||||||
|
* - explode
|
||||||
"explode" (NEW) Split an image sequence into individual frames.
|
- (NEW) Split an image sequence into individual frames.
|
||||||
|
* - gifmaker
|
||||||
"gifmaker" (NEW) Convert a sequence file into a GIF animation.
|
- (NEW) Convert a sequence file into a GIF animation.
|
||||||
Note that the GIF encoder create "uncompressed" GIF
|
Note that the GIF encoder create "uncompressed" GIF
|
||||||
files, so animations created by this script are
|
files, so animations created by this script are
|
||||||
rather large (typically 2-5 times the compressed
|
rather large (typically 2-5 times the compressed
|
||||||
sizes).
|
sizes).
|
||||||
|
* - image2py
|
||||||
"image2py" (NEW) Convert a single image to a python module. See
|
- (NEW) Convert a single image to a python module. See
|
||||||
comments in this script for details.
|
comments in this script for details.
|
||||||
|
* - player
|
||||||
"player" If multiple images are given on the command line,
|
- If multiple images are given on the command line,
|
||||||
they are interpreted as frames in a sequence. The
|
they are interpreted as frames in a sequence. The
|
||||||
script assumes that they all have the same size.
|
script assumes that they all have the same size.
|
||||||
Also note that this script now can play FLI/FLC
|
Also note that this script now can play FLI/FLC
|
||||||
|
@ -6362,10 +6366,9 @@ The test suite includes 400 individual tests.
|
||||||
|
|
||||||
This player can also execute embedded Python
|
This player can also execute embedded Python
|
||||||
animation applets (ARG format only).
|
animation applets (ARG format only).
|
||||||
|
* - viewer
|
||||||
"viewer" Transparent images ("P" with transparency property,
|
- Transparent images ("P" with transparency property,
|
||||||
and "RGBA") are superimposed on the standard Tk back-
|
and "RGBA") are superimposed on the standard Tk background.
|
||||||
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