> Also need to look at the memory leaks and fix up some
> gamma problems. Ho Hum
>
Hi Steve,
To find the memleaks, you can do that:
- compile only your backend into the static library ("./configure
--enable-static" and edit backend/Makefile)
- use valgrind against scanimage and/or tstbackend
(http://devel-home.kde.org/~sewardj/)
That works great.
Frank.