Wykres commitów

17 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 7336b06465 For Gray mode added time stamp option, remove compiler warning 2008-04-30 10:12:21 +00:00
Julien BLACHE 9f48c4e386 src/xcam.c: remove dead code in load_defaults(). 2005-09-20 17:27:23 +00:00
Oliver Rauch 7ff739994d *** empty log message *** 2005-05-31 21:02:57 +00:00
Gerard Klaver 062ecdfea2 - moved 2 DBG lines from above to below variable declarations
(OS/2 compiler error bugreport Franz Bakan)
- Changed declaration for "remaining" from SANE_Int to size_t
2005-05-10 18:58:16 +00:00
Gerard Klaver bf8310305e -moved lines for generating frame count, fps and fps avarage value from nex_frame to input_available routine.
-solved bug for fps values > 1
tested with qcam backend and connectix b/w camera
2005-05-07 14:12:57 +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 9df191fbe9 Fixed xcam GUI layout, so it doesn't blow away when resized. 2004-04-19 20:50:36 +00:00
Gerard Klaver dc41a0c10f patch for bug/wishlist 300450, add display option one or two column. 2004-04-05 19:16:53 +00:00
Henning Geinitz 292013c9da Use a scrollbar if the options dialog gets too big. Patch from Julien BLACHE
<jb@jblache.org>.
2003-03-22 16:33:49 +00:00
Henning Geinitz 7d659fe7a3 Used shift values also for 15/16 bit modes. 2003-01-24 15:08:26 +00:00
Henning Geinitz b8cbd336da Fixed the xcam code related to the GdkImage data buffer filling. I've resorted
to the RGB shift values contained in the GdkVisual associated to the image. It
seems to work pretty well now, and should be more portable among different
platforms and X11 visuals. Only 24/32 bit was fixed, 15/16 bit may need more
work.  Patch from Andrea Suatoni <a.suatoni@telefonica.net>.
2003-01-24 14:58:11 +00:00
Henning Geinitz 22d3313359 Removed already defined Preferences variable. 2003-01-12 20:09:18 +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
Henning Geinitz 526e45af99 2000-11-12 Henning Meier-Geinitz <hmg@gmx.de>
* README: Added information for developers and link to SANE website.
	* TODO: Updated.
	* INSTALL: Added link to GIMP website.
	* src/xcam.c: Application is exited when window is closed (by
	  window manager)
2000-11-12 17:10:55 +00:00
Oliver Rauch 1c07f937d7 *** empty log message *** 2000-11-10 06:47:25 +00:00