kopia lustrzana https://gitlab.com/sane-project/backends
2001-03-31 Henning Meier-Geinitz <hmg@gmx.de>
* backend/mustek.c backend/mustek.desc backend/mustek.h backend/mustek.CHANGES: Fixed grascale gamma for the 600 II N. Fixed ADF problems when selecting windows smaller than the whole scan area. Fixed linedistcnace corrections issues concerning ADF and concerning 1200SP V 1.00. New version: 1.0-105.DEVEL_2_0_BRANCH-1
rodzic
090eba887d
commit
9760b7893d
|
@ -1,5 +1,25 @@
|
|||
CHANGES for the SANE Mustek backend
|
||||
|
||||
2001-03-31
|
||||
* Removed compilation warning in gamma_correction.
|
||||
* Fixed handling of tlx and brx when scanning with ADF (bug found by
|
||||
Andreas Rathgeber <rathgeber2000@yahoo.de>).
|
||||
* Fixed bug in linedistance correction (ld_block) concerning ADF. With ADF
|
||||
the linedistance values are ordered in the other direction.
|
||||
* Fixed bug concerning ld correction for the 1200SP 1.00 (frontend hangs).
|
||||
Moved the do-nothing ld correction to its own function. With ADF this
|
||||
scanner doesn't really work in color mode but that's probably a firmware
|
||||
problem.
|
||||
|
||||
2001-03-18
|
||||
* 600 II N: Gamma correction in gray mode now works. Length must be 768
|
||||
bytes in gray mode also, cdb size is 6 bytes. Thanks to Jakub Bogusz
|
||||
<qboosh@prioris.mini.pw.edu.pl> who found out about that and wrote a
|
||||
patch.
|
||||
|
||||
2001-01-17
|
||||
* Released Mustek backend 1.0-104
|
||||
|
||||
2001-01-17
|
||||
* Pro: Do calibration only in Lineart, Gray and Color 24 modes.
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
;
|
||||
|
||||
:backend "mustek" ; name of backend
|
||||
:version "1.0-104" ; version of backend
|
||||
:version "1.0-105" ; version of backend
|
||||
:status :beta ; :alpha, :beta, :stable, :new
|
||||
:manpage "sane-mustek" ; name of manpage (if it exists)
|
||||
:url "http://hmg.home.pages.de/sane/"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* sane - Scanner Access Now Easy.
|
||||
Copyright (C) 1996, 1997 David Mosberger-Tang, 1998 Andreas Bolsch for
|
||||
extension to ScanExpress models version 0.5, 2000 Henning Meier-Geinitz
|
||||
extension to ScanExpress models version 0.5,
|
||||
2000, 2001 Henning Meier-Geinitz.
|
||||
This file is part of the SANE package.
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
|
|
Ładowanie…
Reference in New Issue