resulted in black images on some Paragon 6000SP scanners. Added
option to disable backtracking. New version: 1.0-109.
Henning Meier-Geinitz <henning@meier-geinitz.de>
* PROJECTS: Added entry for the Fujitsu M3091DCd. Updated my email
address.
* TODO: Added entry for the Fujitsu M3091DCd and a combined Fujitsu
backend. Clarified that "printf" also shouldn't be used.
* backend/dll.desc: Added my email as contact address.
* backend/m3091.desc: New file for the Fujitsu M3091DCd.
* doc/sane-mustek.man: Updated URL.
* backend/mustek.c backend/mustek.desc backend/mustek.h
backend/mustek.CHANGES doc/sane-mustek.man:
Added 36 bit mode for Pro models. Removed support for "special"
modes, used options instead. Code cleanup. Updated manpage
concerning sane-find-scanner. New version: 1.0-104.
* configure: regenerated from configure.in.
* backend/mustek.CHANGES backend/mustek.c backend/mustek.desc
backend/mustek.h doc/sane-mustek.man: Added calibration for Pro
scanners and the SE 12000 SP Plus. Added option to use the full
legal size of the Paragon 1200 LS scanner. Added fast preview for
Pro scanners. Bug fixes. New version: 1.0-103.
* AUTHORS: Added Karsten Festag as maintainer of microtek2.
* backend/mustek.* doc/sane-mustek.man: Update to Mustek backend
1.0-100. Added option fast-preview that tries to use the fastest
mode available for preview. This is supported for the 3-pass
scanners (was option "preview in gray") and some of the
ScanExpress scanners (6000 SP, 12000 SP Plus). Use #include
"../include/sane/...". Put option force-wait into mustek.conf
(disabled). Removed block mode for Paragon 6000 SP and 8000 SP.
Code cleanup. More debug output. Details in backend/mustek.CHANGES.
* doc/.cvsignore: Added sane-as6e.5 and sane-nec.5.
* backend/mustek.*: Update to Mustek backend 1.0-97. This is a
development version and is only tested for three-pass scanners.
Added support for Paragon 1200 SP Pro and ScanExpress A3 SP.
Removed detection of " C04" and " C12" (don't seem to exist).
Changed SCSI request scheme. Sane_read can read more than 4096
bytes from pipe. Minimum dpi is 30 now. Fixed LD correction for
Paragon 1200SP 1.06 and 1.11. Read SCSI buffer into big block and
do LD after that for Paragon one-pass scanners. New option
"blocksize" in mustek.conf. Better detection of the scanner type
(three-pass, Paragon I, ...). Fixed possible segmentation faults
in Paragon 600 II N LD code, scsi_sense_wait_ready and
sense_handler. Decreased maximum scan size of Paragon 800 II
SP. For three-pass scanners: fixed stop_scan and speed code, scan
area is in pixels now, added RGB brightness and contrast, use
+-100% for brightness and contrast. Return SANE_STATUS_CANCELLED
when scan was cancelled. Option "force backtracking" is enabled by
default, "scan speed" is set to "fastest". Added option
"force-warn" for mustek.conf. Rewrote halftone mode. Better error
handling and more debug output.
* TODO: Clarified point about image data polarity. Moved point about
xscanimage not updating the progress bar for 3pass scanners to
frontend section. Removed umax entry in "frontends". Removed entry
about alpha channel (was added to LEVEL2 file).
* LEVEL2: Add point about image data polarity.
* frontend/scanimage.c: Removed some warnings.