kopia lustrzana https://gitlab.com/sane-project/backends
2001-04-19 Henning Meier-Geinitz <henning@meier-geinitz.de>
* AUTHORS: Added Michael Herder and me for pnm. Updated my email address. * TODO: Removed pnm entry about adding more options. Added entry about epson backend freezing when trying to detect non-epson USB scanner. Added entry about adding contact adresses to .desc files. Added comment about me working on a sane man page. Removed entry about OS/2 problems in sanei_scsi.c. * configure configure.in: Removed a newline in --help message. * backend/pnm.c: Added several options: gamma tables (-> arrays), resolution option (word list), read only test option (SANE_CAP_SOFT_DETECT), several options for returning status codes in sane_read (all of this is from Michael Herder <crapsite@gmx.net>). Added build version info, print version information in sane_init. Use ../include/sane/ for includes. Version is 1.0.1. * backend/pnm.desc: Updated contact info and version.DEVEL_2_0_BRANCH-1
rodzic
73bfb2d153
commit
e5dc0a9742
6
AUTHORS
6
AUTHORS
|
@ -33,7 +33,8 @@ Backends:
|
|||
mustek_pp: Jochen Eisinger (*)
|
||||
nec: FUKUDA Kazuya (*)
|
||||
net: Andreas Beck and David Mosberger
|
||||
pnm: Andreas Beck, Gordon Matzigkeit, and David Mosberger
|
||||
pnm: Andreas Beck, Gordon Matzigkeit, David Mosberger, Michael
|
||||
Herder (*), and Henning Meier-Geinitz (*)
|
||||
pie: Simon Munton (*)
|
||||
pint: Gordon Matzigkeit
|
||||
plustek: Rick Bronson, Gerhard Jaeger (*)
|
||||
|
@ -91,7 +92,7 @@ Gerhard Jaeger <g.jaeger@earthling.net>
|
|||
Gordon Matzigkeit <gord@gnu.ai.mit.edu>
|
||||
Guido Muesch <odiug@faho.rwth-aachen.de>
|
||||
Helmut Koeberle <helmut.koeberle@bytec.de>
|
||||
Henning Meier-Geinitz <hmg@gmx.de>
|
||||
Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
Ingo Schneider <schneidi@informatik.tu-muenchen.de>
|
||||
Ingo Wilken <Ingo.Wilken@informatik.uni-oldenburg.de>
|
||||
Jeff Freedman <jsf@hevanet.com>
|
||||
|
@ -105,6 +106,7 @@ Manuel Panea <Manuel.Panea@rzg.mpg.de>
|
|||
Markus Mertinat <Markus.Mertinat@Physik.Uni-Augsburg.DE>
|
||||
Matthew Marjanovic <maddog@mir.com>
|
||||
Meino Christian Cramer <mccramer@s.netic.de>
|
||||
Michael Herder <crapsite@gmx.net>
|
||||
Michael K. Johnson <johnsonm@redhat.com>
|
||||
Michel Roelofs <michelr@stack.nl>
|
||||
Milon Firikis <milonf@ariadne-t.gr>
|
||||
|
|
1028
backend/pnm.c
1028
backend/pnm.c
Plik diff jest za duży
Load Diff
|
@ -1,6 +1,8 @@
|
|||
:backend "pnm"
|
||||
:version "1.0.1"
|
||||
:status :beta
|
||||
:manpage "sane-pnm"
|
||||
:url "mailto:henning@meier-geinitz.de"
|
||||
|
||||
:devicetype :api
|
||||
:desc "Reads PNM files"
|
||||
|
|
Ładowanie…
Reference in New Issue