Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Scanner Access Now Easy

From Wikipedia, the free encyclopedia
(Redirected fromSkanlite)
Open source scanner application programming interface
This article includes a list ofgeneral references, butit lacks sufficient correspondinginline citations. Please help toimprove this article byintroducing more precise citations.(August 2008) (Learn how and when to remove this message)
SANE
XSane on Ubuntu (Linux)
XSane onUbuntu (Linux)
Original author(s)David Mosberger-Tang
Andy Beck
Initial releaseNovember 27, 1996; 28 years ago (1996-11-27)[1]
Stable release
1.1.1 / 19 January 2022; 3 years ago (2022-01-19)
Repository
Operating systemMicrosoft Windows,Linux,UNIX,OS/2
LicenseGNU GPLv2 or later[2] (frontend programs),
weakened[3] GPLv2 or later[4] (backend libraries),
Public domain[5] (SANE standard: API & network protocol)[6]
Websitewww.sane-project.org

Scanner Access Now Easy (SANE) is an open-sourceapplication programming interface (API) that provides standardized access to any rasterimage scanner hardware (flatbed scanner,handheld scanner, video- and still-cameras,frame grabbers, etc.). The SANE API ispublic domain. It is commonly used onLinux.

Architecture

[edit]

SANE differs fromTWAIN in that it is cleanly separated into "front ends" (user programs) and "back ends" (scanner drivers). Whereas a TWAIN driver handles the user interface as well as communications with the scanner hardware, a SANE driver only provides an interface with the hardware and describes a number of "options" which drive each scan.[7] Theseoptions specify parameters such as the resolution of the scan, the scan area, colour model, etc. Eachoption has a name, and information about its type, units, and range or possible values (e.g., enumerated list). By convention there are several "well known"options that front ends can supply using convenientGUI interaction e.g., the scan areaoptions can be set by dragging a rectangular outline over a preview image. Other options can be presented using GUI elements appropriate to their type e.g., sliders, drop-down lists, etc.

One consequence of this separation is that network scanning is easily implemented with no special handling in either the front ends or back ends. On a host with a scanner, thesaned daemon runs and handles network requests. On client machines a "net" back end (driver) connects to the remote host to fetch the scanner options, and perform previews and scans. The saned daemon acts as a front end locally, but simply passes requests and data between the network connections and the local scanner. Similarly, the "net" back end passes requests and data between the local front end and the remote host.

Various types of unsupervised batch scanning are also possible with a minimum of support needed in the back end (driver). Many scanners support the attachment of document feeders which allow a large number of sheets of paper to be automatically scanned in succession. Using the SANE API, the front end simply has to "play back" the same set of options for each scan, driving the document feed in between scans to load the next sheet of paper. The front end only has to obtain the set of options from the user once.

Graphical user interfaces

[edit]

Several user interfaces have been written to combine SANE with an easy user method of controlling it.

gscan2pdf

[edit]

gscan2pdf is an interface for scanning documents to PDF on theGNOME desktop that uses SANE to communicate with the scanner. It is available under theGPL. It includes common editing tools, e.g., for rotating or cropping pages. It is also able to performOCR using several optional OCR tools and save a searchable PDF. PDF files can be further downsampled upon saving.[8]

Simple Scan

[edit]
Simple Scan (also called GNOME Document Scanner)

Simple Scan is a simplified GUI using SANE that is intended to be easier to use and better integrate into theGNOME desktop than XSane. It was initially written forUbuntu and is maintained by Robert Ancell ofCanonical Ltd. for Linux. Simple Scan was first fielded as part ofUbuntu 10.04 Lucid Lynx and is also used inLubuntu (until Lubuntu 18.04 LTS) andXubuntu. It is now part of theGNOME project.[9][10][11][12][13][14]

Skanlite

[edit]
SkanLite

Skanlite is a simpleimage scanning application, based on the KSane backend. Kåre Särs is the lead developer.[15] InKDE 4 Skanlite replaced Kooka of KDE 3 as default KDE scanning application.[16]

Skanlite is based on libksane, an interface provided by KDE for SANE libraries to control flatbed scanners.[17] It also works with networked scanners.[18]

SwingSane

[edit]

SwingSane is a cross-platform,Java front end for SANE, written and maintained by Roland Quast. It is available forMicrosoft Windows,Linux,Mac OS X and is licensed under the Apache 2.0 License.[19] The source code for the project can also be adapted for use with an existingSwing application.[20]

XSane

[edit]

XSane is a graphical front end for SANE written by Oliver Rauch. It is available forMicrosoft Windows,Linux,UNIX, andOS/2 and is licensed under the GNU General Public License (GPL).[21] The Windows version only allows a Windows computer to access a scanner that is attached to a Unix, OS/2 or Mac OS X network computer, but not generally to the local Windows computer. Only the "complete" sane-back-ends versions will possibly work with some scanner models connected locally.[22]

See also

[edit]

References

[edit]
  1. ^History of SANE, 2001-11-20, sane-devel@lists.alioth.debian.org Mailing list, "The first entry in ChangeLog is from 1996-11-16. The first SANE standard I know is version 0.2 from 1996-11-17. SANE 0.1 seem to have been released around 1996-11-27. The first mail on sane-devel is from 1996-12-09."
  2. ^"license notice placed at the top in one of the source files of the project's said repository subsection, probably in each of its source files". RetrievedNovember 26, 2017.This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.[permanent dead link]
  3. ^"sane/sane-backends - SANE backends - scanner drivers". RetrievedNovember 27, 2017.[permanent dead link]
  4. ^"license notice placed at the top in one of the source files of the project's said repository subsection, applies to most of its source files, some are set up like most, but without linking exception or with additional license constrains". RetrievedNovember 26, 2017.This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ...  As a special exception, the authors of SANE give permission for additional uses of the libraries contained in this release of SANE. The exception is that, if you link a SANE library with other files to produce an executable, this does not by itself cause the resulting executable to be covered by the GNU General Public License. Your use of that executable is in no way restricted on account of linking the SANE library code into it. This exception does not, however, invalidate any other reasons why the executable file might be covered by the GNU General Public License. If you submit changes to SANE to the maintainers to be included in a subsequent release, you agree by submitting the changes that those changes may be distributed with this exception intact. If you write modifications of your own for SANE, it is your choice whether to permit this exception to apply to your modifications. If you do not wish that, delete this exception notice. This file implements a dynamic linking based SANE meta backend. It allows managing an arbitrary number of SANE backends by using dynamic linking to load backends on demand.[permanent dead link]
  5. ^"license notice file placed in project's repository root section". RetrievedNovember 26, 2017.The standard is considered to be in the public domain. Anyone is free to implement SANE interface conforming applications or libraries in any way...[permanent dead link]
  6. ^"license notice file placed in project's repository root section". RetrievedNovember 26, 2017.SANE consists of three parts each of which has its own licensing terms: * The frontend programs. These programs are generally protected by the GNU General Public License. (See file COPYING.) * The backend libraries. Most backend libraries are protected by the GNU General Public License (see file COPYING), but as an exception, it is permissible to link against such a library without affecting the licensing status of the program that uses the libraries. ... Note that not all of the backends apply the exception and that some have additional licensing constraints. ... * The SANE API and network protocol as put forth in the standard document. The standard is considered to be in the public domain. Anyone is free to implement SANE interface conforming applications or libraries in any way ...[permanent dead link]
  7. ^"SANE - Introduction". Retrieved2025-02-17.
  8. ^gscan2pdf (n.d.)."gscan2pdf - A GUI to produce PDFs or DjVus from scanned documents". Retrieved27 September 2011.{{cite web}}: CS1 maint: numeric names: authors list (link) CS1 maint: year (link)
  9. ^Ancell, Robert (May 2010)."Simple Scan". Retrieved4 June 2010.
  10. ^Canonical Ltd. (2012)."Simple Scan Development Team". Retrieved8 March 2012.
  11. ^Canonical Ltd. (2012)."Packages by project series". Retrieved8 March 2012.
  12. ^UbuntuUpdates.org (April 2010)."Package simple-scan". Archived fromthe original on 26 July 2011. Retrieved4 June 2010.
  13. ^OMG! Ubuntu! (December 2009)."Lucid to Get Scanning Tool "Simple Scan"". Retrieved4 June 2010.
  14. ^GNOME (21 March 2020)."Document Scanner".gitlab.gnome.org. Archived fromthe original on 25 October 2019. Retrieved21 March 2020.
  15. ^Skanlite, Kde.org, retrieved2012-08-23
  16. ^Kooka, Userbase.kde.org, 2012-06-10, retrieved2012-08-23
  17. ^Skanlite handbook, Docs.kde.org, 2011-11-29, retrieved2012-08-23
  18. ^Skanlite, Docs.kde.org, 2011-11-29, retrieved2012-08-23
  19. ^Quast, Roland (February 2015)."SwingSane - graphical scanning frontend". Retrieved19 February 2015.
  20. ^Quast, Roland (n.d.)."SwingSane project files".GitHub. Retrieved19 February 2015.{{cite web}}: CS1 maint: year (link)
  21. ^Rauch, Oliver (February 2009)."XSane - graphical scanning frontend". Retrieved1 August 2019.
  22. ^Rauch, Oliver."XSane WIN32 version". Archived fromthe original on 22 August 2017. Retrieved24 October 2010.

External links

[edit]
Wikimedia Commons has media related toScanner Access Now Easy.
General
Software
packages
Community
Organisations
Licenses
Types and
standards
Challenges
Related
topics
Retrieved from "https://en.wikipedia.org/w/index.php?title=Scanner_Access_Now_Easy&oldid=1276600486#Skanlite"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp