

The deparment has a few ways of getting images.

Images can be viewed with web browsers, the desktop file browser, and applications like eog or gthumb. The Gnu Image Manipulation Program (Gimp) is a photo editor available on Linux (Mac and Windows) you can use to crop and edit the scans.
PDFs can be viewed with evince, okular, Adobe Reader and xpdf. PDFs can be annotated with OpenOffice (limited) and Xournal.
Despite the name, gscan2pdf can scan and output a few formats like PDF and DjVu. The portability of PDF is a plus, but DjVu can create smaller files for longer (100+ page) documents.
Documents can be scanned in color or grayscale, and while scanning can be done at high resolution you can save at a lower DPI like 150. Lower resolution PDFs should be snappier to read on portable electronics.
SimpleScan and gscan2pdf are easier to use than sane or xsane, but you might want access to all the controls that (x)sane offers.
But xsane is probably too cumbersome compared to SimpleScan or gscan2pdf.
A command line scanning program is available, see the man page for more details.
$ scanimage --format tiff --mode Color > foo.tiff; eog foo.tiff
ImageMagick is a suite of command line tools for working with images. It can resize, rotate, crop and perform many of the operations that desktop photo editing software can do.
If scanimage can't detect the scanner, try listing the permissions of the /dev/scanner* device and the usb entry it points to. To access the scanner, an account needs read/write access to the usb device. When Fedora 8 comes up the scanner is owned by root:lp, and when someone logs into the desktop the ownership is changed to user:lp.
$ ls -l /dev/scanner-2-6 /dev/bus/usb/002/003 crw-rw---- 1 jdoe lp 189, 130 2008-07-25 17:46 /dev/bus/usb/002/003 lrwxrwxrwx 1 root root 15 2008-07-25 17:24 /dev/scanner-2-6 -> bus/usb/002/003 $ scanimage -L device `epson:libusb:002:003' is a Epson GT-9300 flatbed scanner
Keep in mind that quotas do apply for saving in your home directory so plan ahead before scanning a large or resolute image. It is possible also to save the image in /var/tmp. We recommend that if you are going to save in the /var/tmp directory, that you make a subdirectory to avoid conflicts with other users.
$ cd ~ $ xsane
![]() Main |
![]() Standard Options |
![]() Histogram |
![]() Preview |