Wykres commitów

20 Commity (master)

Autor SHA1 Wiadomość Data
m. allan noah 1928f945ee ifdef some code to compile with current sane-backends 2010-05-24 15:29:51 -04:00
Stéphane Voltz 5e96223e49 - switched to SANE 1.1
- handling of SANE_STATUS_WARMING_UP after sane_start() calls
	- xscanimage's progress dialog improvement
2008-06-06 04:29:44 +00:00
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
Julien BLACHE 80bc9c79ad src/preview.c: make the preview work when it's resized (wrt selection). 2004-04-20 17:47:41 +00:00
Henning Geinitz 52b1cce372 Set sensitivity to false when scanning or previewing. This change fixes some
problems that accour when preview ist started again while preview is running.
See bug #300220, #300219, and #300218.
2004-04-02 19:23:31 +00:00
Henning Geinitz 215717250a Added checks for the return values of SANE API functions. 2003-12-15 22:15:14 +00:00
Henning Geinitz 3db20ca424 Added acinclude.m4 to create aclocal.m4 automatically. Added GTK2
support. Check for GTK2 only if the gimp plugin is disabled. If GTK2 is not
available, we'll fallback to a lower version if available. Patch from Julien
BLACHE <jb@jblache.org>.  Check that setting resolution option in preview
succeeded.  Otherwise we may use the main resolution setting accidently.
2003-03-22 16:45:11 +00:00
Henning Geinitz 5e54c087cf Some platforms/compilers don't define u_int8_t so we must do that ourselves. 2003-01-18 22:03:08 +00:00
Henning Geinitz 32586c1b7b Disable "Scan" and "Acquire Preview" buttons while scanning, and "Acquire
Preview" while acquiring a preview. Avoids error messages and/or
lockups. Patch from Aurelien Jarno <ml@aurel32.net>.
2002-10-17 18:49:22 +00:00
Henning Geinitz a4bcb6edea Added malloc that got lost in previous commit. 2002-10-15 15:06:47 +00:00
Henning Geinitz 1247dc65b8 Avoid unaligned 1 bit previews. Fixed 1 bit color mode (also three-pass).
Changed 1 bit color modes to most significant bit is first pixel.
2002-09-30 13:48:46 +00:00
Henning Geinitz f782c326bd Really use only guint types instead of u_int??_t.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-04-13 18:51:19 +00:00
Henning Geinitz f5b92b13df Don't remove imput tags that haven't been added. Don't hang when EOF and
non-blocking.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-04-06 10:31:23 +00:00
Henning Geinitz fd73a53e6a Set order of pixels in 1 bit color mode to least significant -> most significant. That's the same as in three-pass mode.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-04-02 21:42:48 +00:00
Henning Geinitz 99691b8785 Used guint types instead of u_int.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-04-02 17:15:56 +00:00
Henning Geinitz ec89da2212 Fixed 1 bit color three-pass mode. Added 16 bit modes. Added 1 bit color
mode.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-04-01 20:55:27 +00:00
Oliver Schwartz e6e433cea0 Check for width==0 in restore_preview_image() to avoid floating point exception 2001-11-29 18:15:33 +00:00
Henning Geinitz 65fefb3ccc Use "xscanimage" as program name consistantly (instead of "xscan").
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-08-03 20:57:50 +00:00
Henning Geinitz 5c0a1b1a68 Used #include "../include/..." for internal headers.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-05-28 21:39:54 +00:00
Oliver Rauch 1c07f937d7 *** empty log message *** 2000-11-10 06:47:25 +00:00