
You can also use ecconv directly as a command line program. This is decribed in the following.
The command line syntax is as follows:
ecconv [options] [@response-file] [input-file [output-file] ] [&]
![]() | Use the & character at the end of the command line to run ecconv as a background task on UNIX. |
The ecconv program uses right-to-left precedence: if an option is duplicated, the value supplied with the one that is last specified (rightmost) is used. Options and parameters (apart from path names) can be abbreviated as long as they can be unambiguously identified. For example, -export can be abbreviated to -ex. Options and parameters (apart from path and host names) may be entered with uppercase and lowercase letters and with underscores between "words". Letters are converted to lowercase and underscores are removed during parsing. For example, -C_map and -cmap are treated the same.
The master-space character @ must precede the name of the response file.
The default is stdin.
You need not specify the format of the input file. It is detected automatically by EasyCopy.
Output File
Specify the name of the output file. The default is stdout.
![]() | There is no connection in this context between the output file format and the file name extension. You must specify the format by means of the -export option, and you must supply the complete filename (the extension is not automatically appended). |
| Compression | |||
| default | alternate | ||
| bmp | MS Windows Bitmap | none | |
| cal | CALS Raster Type 1 | g4 | |
| cat | Catia raster picture | none | |
| cgm | CGM cell array | runlength | none |
| gif | GIF 87A | lzw | |
| jpg | JPEG | baseline | sequential, progressive, lossless |
| jp2 | JPEG 2000 | irreversible | reversible |
| pbm | Portable Bitmap | none | |
| png | PNG (Portable Network Graphics) | deflate | |
| pcx | PCX | packbits | |
| Adobe PDF | none | baseline, deflate, g4 | |
| sgi | Silocon Graphics RGB | none | |
| stb | HP Starbase | none | |
| sun | SUN Raster | none | |
| tga | TARGA | none | |
| tif | TIFF | packbits | none, lzw, baseline, lossless, g3, g4, modhuff |
| xwd | X Window Dump | none | |
The default is TIFF.
| method | ||
| none | No compression | |
| g3 | CCITT Group 3 | |
| g4 | CCITT Group 4 | |
| modhuf | CCITT modified Huffman | |
| lzw | LZW | |
| packbits | Optimized run-length | |
| runlength | Simple runlength | |
| deflate | Similar to LZW | |
| jpg | JPEG baseline | (same as baseline) |
| baseline | JPEG baseline | |
| sequential | JPEG extended sequential | |
| progressive | JPEG progressive | |
| lossless | JPEG lossless | |
| reversible | JPEG 2000 lossless | |
| irreversible | JPEG 2000 lossy |
![]() | These command line options are specified in the range -1.0 - +1.0 whereas the slider settings are in range -100 - +100. A specification like -brightness 0.37 is thus the same as a slider setting of 37. |
![]() | These command line options are specified in the range -1.0 - +1.0 whereas the slider settings are in range -100 - +100. A specification like -redtint -0.09 is thus the same as a slider setting of -9. |