Scanner Access Now Easy ― Frontends
 
 
 
 
Go to file
Gerard Klaver 98f467fd31 xcam.c
-added TXT button for option text line adding to image
 with name, date and time info.
 font_6x11.h  file and add_text routine taken from the (GPLed)
 webcam.c file, part of xawtv, (c) 1998-2002 Gerd Knorr.
 add_text was modified for this program (xcam_add_text).

-added RGB/BGR button option to switch the colors if needed.

-solved segment fault when no usb scanner/vidcam devices
 is attached to system ( bug report from Henning Meier-Geinitz)

-patch update for recording feature (SANE bugreport 300224)
 added SAVE Frame button, output filename box.
 With Save Frame button image can be saved as
 .pnm .pgm .pbm or .ppm file

-added info row with x, y, image-size, fps count, fps, fps_ava

-added -V and -h option (version and help

-added option -B -buffersize so instead of default input buffer of
32*1024 a buffer of 1024*1024 can be chosen, so for vidcams for example
640x480, usb 2.0, 30fps less time is needed to fill input buffer.

fond_6x11.h file added

Also some small updates to (for debug output):
xscanimage.c
preview.c
gtkglue.c
2005-04-11 20:09:04 +00:00
doc Update test with -B option and debug option 2005-04-11 19:54:27 +00:00
include sanei resync with sane-backends, fixes a deadlock between xscanimage and 2004-12-11 08:20:52 +00:00
lib
sanei sanei resync with sane-backends, fixes a deadlock between xscanimage and 2004-12-11 08:20:52 +00:00
src xcam.c 2005-04-11 20:09:04 +00:00
AUTHORS Added xscanimage icon (from Maciek Podkomorzy <gammaray@satfilm.net.pl>). 2004-10-05 11:51:09 +00:00
COPYING
Changelog sanei resync with sane-backends, fixes a deadlock between xscanimage and 2004-12-11 08:20:52 +00:00
INSTALL
Makefile.in -- snapshot 1.0.13-pre1 2004-10-10 13:54:05 +00:00
NEWS
PROBLEMS
README
acinclude.m4 Removed old links to ftp.mostang.com. 2004-05-12 18:12:01 +00:00
aclocal.m4 Removed old links to ftp.mostang.com. 2004-05-12 18:12:01 +00:00
config.guess Updated. 2004-04-09 20:44:48 +00:00
config.sub Updated. 2004-04-09 20:44:48 +00:00
configure Changed version to 1.0.13-cvs. End of freeze. 2004-10-17 16:13:18 +00:00
configure.in Changed version to 1.0.13-cvs. End of freeze. 2004-10-17 16:13:18 +00:00
install-sh
mkinstalldirs
sane-frontends.lsm Removed old links to ftp.mostang.com. 2004-05-12 18:12:01 +00:00
xscanimage-icon-48x48-2.png Added xscanimage icon (from Maciek Podkomorzy <gammaray@satfilm.net.pl>). 2004-10-05 11:51:09 +00:00

README

This is the sane-frontends package. 

To find out more about SANE (Scanner Access Now Easy) look at the SANE
website: http://www.sane-project.org/. There is also information on how to
subscribe the SANE mailing list (sane-devel).

These SANE applications (frontends) are included in this package (together
with their documentation):

    Frontend               Documentation (man page) 
--------------------------------------------------------------------------
    xscanimage	           xscanimage(1)
    xcam		   xcam(1)
    scanadf                scanadf(1)

For general information about SANE, read man sane(7).

You must install the sane-backends package before you can compile the
frontends. sane-backends also includes the command-line frontend scanimage
and the network daemon saned.

For details about installation please read the INSTALL file.

For a list of other SANE frontends look at
http://www.sane-project.org//sane-frontends.html.

Developers may wish to look at the SANE standard (sane.tex). It can be found
in the sane-backends distribution or in various file formats at the website:
http://www.sane-project.org/docs.html

Please report bugs and missing features at our bug-tracking system:
http://www.sane-project.org/bugs.html