On Tue, Jan 22, 2013 at 12:34:05PM -0500, David H. Durgee wrote:
> I am trying to determine how best to scan and save these documents.
I have found the following process to be useful:
Scanner input, jpg (or pdf)
|
v
tidy up image using 'unpapered'
|
v
convert to grayscale via ppmtopgm ->
Hi Wilhelm,
On Sat, Mar 03, 2012 at 12:10:13PM +0100, Wilhelm wrote:
> Hi Martin,
>
> thank you for the patches.
> They are merged to trunk and into release/1.2.
> Also make a file release scanbd-1.2.tgz on SF.
Thanks for merging so quickly -- that's excellent.
> Thanks,
>
> Wilhelm
Martin
---
> 2) 'make install' should respect $PREFIX and / or $DESTDIR if set,
>DESTDIR being the conventional one RPM will set when doing mock
>builds / installs for various purposes during the RPM packaging
>process.
>
> Would you please consider these two patches and let me know if they
> are
Hi,
I am packaging scanbd for Fedora (someone stop me if it's done) and I
came across two things I would like to add to the Makefile:
1) 'make install' should not assume all its target dirs exist (it
doesn't for two of the three dirs it targets but it assumes
/etc/dbus-1/system.d exists)
a