~edwin-grubbs/python-imaging/trunk

« back to all changes in this revision

Viewing changes to Scripts/README

  • Committer: effbot
  • Date: 2006-03-01 19:11:48 UTC
  • Revision ID: svn-v4:be285980-f00d-0410-a9fe-d4747b46ecd0:pil:18
Load Imaging-1.1.3 into pil.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
Comments and contributions are welcome.
9
9
 
10
 
        /F
 
10
</F>
 
11
 
 
12
--------------------------------------------------------------------
 
13
pildriver.py (by Eric S. Raymond)
 
14
 
 
15
A class implementing an image-processing calculator for scripts.
 
16
Parses lists of commnds (or, called interactively, command-line
 
17
arguments) into image loads, transformations, and saves.   
11
18
 
12
19
--------------------------------------------------------------------
13
20
viewer.py