v 1.45 (KL Mar 2001) : - Dropped GIF support in favor of PNG and JPG. Also simplified the switch statement in the FileMenu callback a little. v 1.44 (KL Feb 2001) : - Preview mode selectable : it is now the same as the selected format (my Epson 610 scanner now also works fine in color mode so I could change this ;-) v 1.43 (KL Feb 2001) : - Added option "-n" to skip reading and/or writing the .xscanrc file v 1.42 (KL Jan 2001) : - Now uses external programs for brightness and contrast control for the Epson Precision 610 scanners (actually : mine ;-) - Stderr now goes as well to the console again to make debugging or detection of errors in the xscanrc file easier - Check version number in rc file with xscanner version v 1.41 (KL Jan 2001) : - Now always writes a resource file if it doesn't exist already (take care to remove a resource file from a previous version after upgrading !!) v 1.4 (KL Jan 2001) : - Put all scanner parameters in the resources, so they can be changed by editing either .xscanrc or the "Settings" window Note this is except the HASBRIGHTNESS and HASCONTRAST booleans as that made the code much more complicated - Log window now visible at startup to show possible errors - Fixed a small bug in redrawing the preview area (a simple call_callback for the FullSize button was added to fix this) v 1.3 (KL Jan 2001) : - Use pixmap instead of bitmap for preview area - Crosshair now also works for preview area (only uses the Y-coordinate) Note this doesn't work very well with hpscanpbm ! - Brightness control now also works for preview area - Rearranged Preview and Final commands to support backends that have no brighness and/or contrast control (like my Epson Precision backend :-( - Use external brightness control (pnmgamma) for EPSON - Fine tuned for HP Scanjet and EPSON Precision 610, both using SANE - Improved the accuracy of the crosshair/subareabox v 1.2 (KL Jan 2001) : - Added support for the SANE scanner backends and the SANE frontend "scanimage" (Use the SANE define in xscandefs.h) - Moved all backend dependent options to the xscandefs.h headerfile v 1.1 (KL Jan 1998) : - Name changed due to conflict with existing program - Modified RedrawPreviewArea callback to fix a problem with new Xforms library: the first version directly changed the width and height fields in the object structure, but that doesn't work anymore in 0.88, so now I use fl_set_size instead which is more portable anyway