![]() |
![]() |
|
|
The other program, xnscan, is an X windows version of the nscan program. It allows previewing to make adjusting the parameters easier. Both programs may not be on all machines right now but should be available in the near future.
Both programs store the image data in pnm formats (i.e. pbm, pgm, ppm). They are just for getting the raw image data from the scanner and into a file. Further manipulations and compression of these files can be accomplished using other programs such as XV, photoshop, netpbm utilities, etc.
valid options are:
| -S [scanner_name] | Choose scanner |
| -dpi | sets x & y scan resolution in dots per inch |
| -xdpi | sets x scan resolution only (default 100) |
| -ydpi | sets y scan resolution only (default 100) |
| -xres | sets desired number of x-pixels on output image |
| -yres | sets desired number of y-pixels on output image |
| -in | specify scan region in inches (default) |
| -cm | specify scan region in centimeters |
| -mm | specify scan region in millimeters |
| -x | specify upper left x of scan region (default 0.0) |
| -y | specify upper left y of scan region (default 0.0) |
| -width | specify width of scan region (default 8.5in) |
| -height | specify height of scan region (default 11.0in) |
| -bright | specify brightness adjustment (-1.0 to 1.0, default 0.0) |
| -cont | specify contrast adjustment (-1.0 to 1.0, default 0.0) |
| -load | read parameter settings from file |
| -save | save current parameter settings to file |
| -format | pixel format: thresholded, dithered, greyscale, color |
Last Updated: $Date: 1997/11/21 23:04:52 $