diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-01 00:44:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-01 00:44:59 +0000 |
commit | 848903489a477ede2344690874e0334dcb2c67cc (patch) | |
tree | b8d0425a05d25152f530d2963d996e7f6e815d4a /graphics/sane-backends/pkg-descr | |
parent | 4de5b757e073f032bdd278b837a5f4971a70f455 (diff) | |
download | ports-848903489a477ede2344690874e0334dcb2c67cc.tar.gz ports-848903489a477ede2344690874e0334dcb2c67cc.zip |
API for access to scanners, digitals camera, frame grabbers etc.
PR: ports/4129
Submitted by: Gary Howland gary@hotlava.com + upgraded by me.
Notes
Notes:
svn path=/head/; revision=9970
Diffstat (limited to 'graphics/sane-backends/pkg-descr')
-rw-r--r-- | graphics/sane-backends/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/sane-backends/pkg-descr b/graphics/sane-backends/pkg-descr new file mode 100644 index 000000000000..79696e59f968 --- /dev/null +++ b/graphics/sane-backends/pkg-descr @@ -0,0 +1,7 @@ +SANE is a universal scanner interface. The value of such a universal +interface is that it allows writing just one driver per image acquisition +device rather than one driver for each device and application. So, if you +have three applications and four devices, traditionally you'd have had to +write 12 different programs. With SANE, this number is reduced to seven: +the three applications plus the four drivers. Of course, the savings get +even bigger as more and more drivers and/or applications are added. |