Changeset 400 for ImageMagick/trunk/wand
- Timestamp:
- 10/16/09 15:56:10 (5 months ago)
- Location:
- ImageMagick/trunk/wand
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/wand/convert.c
r210 r400 202 202 "-gaussian-blur geometry", 203 203 " reduce image noise and reduce detail levels", 204 "-geometry geometry p erferred size or location of the image",204 "-geometry geometry preferred size or location of the image", 205 205 "-identify identify the format and characteristics of the image", 206 206 "-ift implements the inverse discrete Fourier transform (DFT)", -
ImageMagick/trunk/wand/import.c
r327 r400 113 113 "-crop geometry preferred size and location of the cropped image", 114 114 "-encipher filename convert plain pixels to cipher pixels", 115 "-geometry geometry p erferred size or location of the image",115 "-geometry geometry preferred size or location of the image", 116 116 "-help print program options", 117 117 "-monochrome transform image to black and white", -
ImageMagick/trunk/wand/mogrify.c
r327 r400 3483 3483 "-gaussian-blur geometry", 3484 3484 " reduce image noise and reduce detail levels", 3485 "-geometry geometry p erferred size or location of the image",3485 "-geometry geometry preferred size or location of the image", 3486 3486 "-identify identify the format and characteristics of the image", 3487 3487 "-ift implements the inverse discrete Fourier transform (DFT)",
