|
|
|
| script: | 2jpg (download) |
| purpose: | convert image file to jpg format |
| requires: | standard GNU commands, ImageMagick |
| version: | 1.4 |
| usage: | 2jpg [-vhl] [-c compression_quality] <file> [file...] |
| options: |
-r, remove the input file after conversion
-c, compression ratio; a number between 0-100; 100 gives best quality; default is 90
-v, verbose
-h, usage and options (this help)
-l, see this script"
|