Usage: imgtops [-[d|g]hotv] image_file
| option | meaning | default | 
|---|---|---|
| -d | Save image in black and white dithered mode. | Retain the original color. | 
| -g | Save image in grey scale. | Retain the original color. | 
| -h | Print help message and quit. | |
| -o OUTFILE | Output to file OUTFILE. | Same as the input image except with extension .ps. | 
| -t TMPDIR | Set temp directory to TMPDIR. This is needed for writing several intermediate files. You should have permission to write in this directory. | /tmp | 
| -v | Set up the verbose mode. | Non-verbose mode | 
| -V | Print version info and quit. | 
imgtops myimage.gif # Save to ./myimage.psimgtops -o ../yourimage.ps myimage.ppm # Save to ../yourimage.psimgtops -g -o ~/img-grey.ps img.jpg # Save image in grey scaleimgtops -t . /var/images/scene.bmp # Use . as temp directoryanytopnm program which is part of the
NETPBM package.
This page hosted by  Get your own Free Home Page
Get your own Free Home Page