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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
1 cropresize
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
2 ==========
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
3
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
4 cropresize uses PIL to crop and resize an image as appropriate for web
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
5 presentation. cropresize is a convenience package that allows image
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
6 resizing without aspect ratio distortion.
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
7
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
8 API
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
9 ---
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
10
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
11 Command Line
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
12 ------------
0676435d1186 include README file; bump version
k0s <k0scist@gmail.com>
parents:
diff changeset
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``.