From f1c46bb1651092a1e958c6ba147271381c266526 Mon Sep 17 00:00:00 2001 From: Gerard Klaver Date: Mon, 11 Apr 2005 20:22:13 +0000 Subject: [PATCH] update src/xcam.c src/font_6x11.h file added update src/xscanimage.c update src/preview.c update src/gtkglue.c --- Changelog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Changelog b/Changelog index f840303..69bbbaa 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,32 @@ +2005-04-11 Gerard Klaver + * src/xcam.c added TXT button for option text line adding to i + 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 + + src/font_6x11.h file added to src directory + src/xscanimage.c updates for debug output + src/preview.c updates for debug output + src/gtkglue.c updates for debug output + doc/xcam.man update for -B, help and debug info option + 2004-12-11 Julien Blache * sanei resync with sane-backends, fixes a deadlock between xscanimage and saned when scanning over the network.