mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-23 22:43:08 +03:00
Rename and rst-i-fy
This commit is contained in:
parent
175d68aeeb
commit
4470b07c3f
|
@ -1,6 +1,5 @@
|
||||||
-------
|
|
||||||
Scripts
|
Scripts
|
||||||
-------
|
=======
|
||||||
|
|
||||||
This directory contains a number of more or less trivial utilities
|
This directory contains a number of more or less trivial utilities
|
||||||
and demo programs.
|
and demo programs.
|
||||||
|
@ -9,50 +8,50 @@ Comments and contributions are welcome.
|
||||||
|
|
||||||
</F>
|
</F>
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
pildriver.py (by Eric S. Raymond)
|
pildriver.py (by Eric S. Raymond)
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
A class implementing an image-processing calculator for scripts.
|
A class implementing an image-processing calculator for scripts.
|
||||||
Parses lists of commnds (or, called interactively, command-line
|
Parses lists of commnds (or, called interactively, command-line
|
||||||
arguments) into image loads, transformations, and saves.
|
arguments) into image loads, transformations, and saves.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
viewer.py
|
viewer.py
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
A simple image viewer. Can display all file formats handled by
|
A simple image viewer. Can display all file formats handled by
|
||||||
PIL. Transparent images are properly handled.
|
PIL. Transparent images are properly handled.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
thresholder.py
|
thresholder.py
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
A simple utility that demonstrates how a transparent 1-bit overlay
|
A simple utility that demonstrates how a transparent 1-bit overlay
|
||||||
can be used to show the current thresholding of an 8-bit image.
|
can be used to show the current thresholding of an 8-bit image.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
enhancer.py
|
enhancer.py
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
Illustrates the ImageEnhance module. Drag the sliders to modify the
|
Illustrates the ImageEnhance module. Drag the sliders to modify the
|
||||||
images. This might be very slow on some platforms, depending on the
|
images. This might be very slow on some platforms, depending on the
|
||||||
Tk version.
|
Tk version.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
painter.py
|
painter.py
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
Illustrates how a painting program could be based on PIL and Tk.
|
Illustrates how a painting program could be based on PIL and Tk.
|
||||||
Press the left mouse button and drag over the image to remove the
|
Press the left mouse button and drag over the image to remove the
|
||||||
colour. Some clever tricks have been used to get decent performance
|
colour. Some clever tricks have been used to get decent performance
|
||||||
when updating the screen; see the sources for details.
|
when updating the screen; see the sources for details.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
player.py
|
player.py
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
A simple image sequence player. You can use either a sequence format
|
A simple image sequence player. You can use either a sequence format
|
||||||
like FLI/FLC, GIF, or ARG, or give a number of images which are
|
like FLI/FLC, GIF, or ARG, or give a number of images which are
|
||||||
interpreted as frames in a sequence. All frames must have the same
|
interpreted as frames in a sequence. All frames must have the same
|
||||||
size.
|
size.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
gifmaker.py
|
gifmaker.py
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
Convert a sequence file to a GIF animation.
|
Convert a sequence file to a GIF animation.
|
||||||
|
|
||||||
|
@ -60,20 +59,20 @@ Note that the GIF encoder provided with this release of PIL writes
|
||||||
uncompressed GIF files only, so the resulting animations are rather
|
uncompressed GIF files only, so the resulting animations are rather
|
||||||
large compared with these created by other tools.
|
large compared with these created by other tools.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
explode.py
|
explode.py
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
Split a sequence file into individual frames.
|
Split a sequence file into individual frames.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
image2py.py
|
image2py.py
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
Convert an image to a Python module containing an IMAGE variable.
|
Convert an image to a Python module containing an IMAGE variable.
|
||||||
Note that the module using the module must include JPEG and ZIP
|
Note that the module using the module must include JPEG and ZIP
|
||||||
decoders, unless the -u option is used.
|
decoders, unless the -u option is used.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
olesummary.py
|
olesummary.py
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
Uses the OleFileIO module to dump the summary information from an OLE
|
Uses the OleFileIO module to dump the summary information from an OLE
|
||||||
structured storage file. This works with most OLE files, including
|
structured storage file. This works with most OLE files, including
|
Loading…
Reference in New Issue
Block a user