Mercurial > hg > cropresize
annotate README.txt @ 3:2be0070c6f95
path-independent way of getting the description
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 06 Mar 2010 13:11:46 -0500 |
parents | 0676435d1186 |
children | 6ec33e2ce60f |
rev | line source |
---|---|
2 | 1 cropresize |
2 ========== | |
3 | |
4 cropresize uses PIL to crop and resize an image as appropriate for web | |
5 presentation. cropresize is a convenience package that allows image | |
6 resizing without aspect ratio distortion. | |
7 | |
8 API | |
9 --- | |
10 | |
11 Command Line | |
12 ------------ | |
13 | |
3
2be0070c6f95
path-independent way of getting the description
k0s <k0scist@gmail.com>
parents:
2
diff
changeset
|
14 The command line program, ``crop-resize``, is included in this python |
2be0070c6f95
path-independent way of getting the description
k0s <k0scist@gmail.com>
parents:
2
diff
changeset
|
15 package. The help for the program is displayed by running |
2be0070c6f95
path-independent way of getting the description
k0s <k0scist@gmail.com>
parents:
2
diff
changeset
|
16 ``crop-resize`` with no arguments or ``crop-resize --help``. |