Formatted script improvements as table

This commit is contained in:
Andrew Murray 2022-04-27 21:35:40 +10:00
parent 09b27753e5
commit 9830abd19e

View File

@ -6340,21 +6340,25 @@ The test suite includes 400 individual tests.
- 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.
"explode" (NEW) Split an image sequence into individual frames.
"gifmaker" (NEW) Convert a sequence file into a GIF animation.
* - 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
* - 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,
* - 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
@ -6362,10 +6366,9 @@ The test suite includes 400 individual tests.
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.
* - viewer
- Transparent images ("P" with transparency property,
and "RGBA") are superimposed on the standard Tk background.
- Fixed colour argument to "new". For multilayer images, pass a
tuple: (Red, Green, Blue), (Red, Green, Blue, Alpha), or (Cyan,