update src/xcam.c

src/font_6x11.h file added

update src/xscanimage.c
update src/preview.c
update src/gtkglue.c
merge-requests/2/head
Gerard Klaver 2005-04-11 20:22:13 +00:00
rodzic 98f467fd31
commit f1c46bb165
1 zmienionych plików z 29 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,32 @@
2005-04-11 Gerard Klaver <gerard at gkall dot hobby dot nl>
* 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 <jb@jblache.org>
* sanei resync with sane-backends, fixes a deadlock between xscanimage
and saned when scanning over the network.