Re: [sane-devel] genesys 600 dpi Gray and Lineart distorted by factor 1.5 in y-direction

2015-10-07 Thread M G Berberich
Am Samstag, den 26. September schrieb Stef: > On 21/09/2015 21:04, M G Berberich wrote: > >Hello, > > > >Am Mittwoch, den 16. September schrieb Stef: > >>On 15/09/2015 15:57, M G Berberich wrote: > >>>on a Canon LiDE 210, the 600 dpi Gray and Lineart scans are distorted > >>>by a factor of 1.5 in

Re: [sane-devel] genesys 600 dpi Gray and Lineart distorted by factor 1.5 in y-direction

2015-10-07 Thread Stef
On 07/10/2015 22:51, M G Berberich wrote: I’m a bit puzzled. The old code (bd0f989 and befor) did 600dpi-gray/lineart-scans with correct aspect-ration. How did it do it? MfG bmg Hello, old code was scanning at higher vertical resolution and getting more lines, then dropped lines to

[sane-devel] gscan2pdf v1.3.5 released

2015-10-07 Thread Jeffrey Ratcliffe
gscan2pdf - A GUI to produce a multipage PDF or DjVu from a scan. http://gscan2pdf.sourceforge.net/ Five clicks are required to scan several pages and then save all or a selection as a PDF or DjVu file, including metadata if required. gscan2pdf can control regular or sheet-fed (ADF) scanners

Re: [sane-devel] epsonds won't build with is_release=yes

2015-10-07 Thread m. allan noah
I think we should switch to C99 now. allan On Wed, Oct 7, 2015 at 1:53 PM, Alessandro Zummo wrote: > On Sat, 03 Oct 2015 12:59:56 +0900 > Olaf Meeuwissen wrote: > >> I don't understand why during development with gcc -std=c90 (aka -ansi) >>

[sane-devel] Debian stretch: canon lide 110 problems

2015-10-07 Thread Renato Pontefice
Hi, I would look for help, with my prob: Last night I've installed a "brand new" Debian stretch, on my laptop. Then, I've installed a SANE (and xsane) to drive a canon lide 110 scanner. My prob is: when I try to scan an image, - the scanner emits noise, but the light does not light - at the end,

Re: [sane-devel] [PATCH] Port to OS X

2015-10-07 Thread Olaf Meeuwissen
Hi Yurii, Thanks for your feedback but there are a few checks done by the configure script that can/should be used to address the fixes the suggest. Yurii Kolesnykov writes: > 4 files changed, 19 insertions(+) > > diff --git a/backend/pieusb_buffer.c b/backend/pieusb_buffer.c > index

Re: [sane-devel] Sane (gut trunk) on Cygwin

2015-10-07 Thread Olaf Meeuwissen
Alexander Hofmann writes: > However, "sanei_ir.c" includes "values.h", which is deprecated IHMO and > should be replaced by "float.h" and "limits.h" in this case I think. > Cygwin also doesn't provide "values.h". The values.h from glibc says it's an "obsoleted interface" ;-) I've just pushed

Re: [sane-devel] epsonds won't build with is_release=yes

2015-10-07 Thread Alessandro Zummo
On Sat, 03 Oct 2015 12:59:56 +0900 Olaf Meeuwissen wrote: > I don't understand why during development with gcc -std=c90 (aka -ansi) > is in effect but when we release we no longer care and allow whatever > the compiler thinks is good for you. In case of gcc that is

[sane-devel] [PATCH] Port to OS X

2015-10-07 Thread Yurii Kolesnykov
Signed-off-by: Yurii Kolesnykov --- backend/epsonds-io.c | 4 include/sane/sanei_backend.h | 10 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/backend/epsonds-io.c b/backend/epsonds-io.c index 28bacfc..c0bdc28 100644 ---

Re: [sane-devel] [PATCH] Port to OS X

2015-10-07 Thread Yurii Kolesnykov
Hi Olaf, thanks for your feedback. Sorry, I forgot to include this comment in previous email. > > /* > > * SANE types and defines > > */ > > diff --git a/include/sane/sanei_backend.h b/include/sane/sanei_backend.h > > index 1b5afe2..982dedc 100644 > > --- a/include/sane/sanei_backend.h > > +++