[sane-devel] Frame Types

2009-02-10 Thread Kåre Särs
Hi, How common is it that backends return frame types SANE_FRAME_RED/GREEN/BLUE? At the moment libksane reserves memory for the whole returned image and in case the backend returns the colors separately they are assembled to "normal" RGB format before the image data is returned to the user. Now

[sane-devel] problems on OS/2

2009-02-10 Thread Franz Bakan
On Thu, 05 Feb 2009 18:14:00 -0600, Chris Bagwell wrote: ... > ... Also, another thing to try for the heck of it is > "./configure --disable-shared --enable-static" and see if it works in > that mode. Finally I tried with configure with --disable-shared --enable-static This works ( I get a hu

[sane-devel] Knowing ADF source is active

2009-02-10 Thread Kåre Särs
Hi, I'm looking into automatically turning on batch scan, in libksane, when the scan source is an automatic document feeder. Is there a better way to do it than to check if the "source" option is set to "Automatic Document Feeder"? Is it likely that I will encounter a situation where the scanne

[sane-devel] problems on OS/2

2009-02-10 Thread Chris Bagwell
-devel at lists.alioth.debian.org > http://lists.alioth.debian.org/mailman/listinfo/sane-devel > Unsubscribe: Send mail with subject "unsubscribe your_password" > to sane-devel-request at lists.alioth.debian.org > -- next part -- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20090210/e5102b5f/attachment.htm

[sane-devel] Frame Types

2009-02-10 Thread m. allan noah
On Tue, Feb 10, 2009 at 2:54 PM, K?re S?rs wrote: > Hi, > > How common is it that backends return frame types SANE_FRAME_RED/GREEN/BLUE? > > At the moment libksane reserves memory for the whole returned image and in > case the backend returns the colors separately they are assembled to "normal" >

[sane-devel] Knowing ADF source is active

2009-02-10 Thread m. allan noah
Well-known options are your only method of determining the hardware capabilities. And yes, just as you said, some backends differ in their text, and some dont expose the option. Julien and I have been discussing an update to the standard to clarify the strings. And we've talked about the opposite p

[sane-devel] Canon Pixma MX300 - it may or may not be supported by SANE?

2009-02-10 Thread Adam PAPAI
Hi, I've tried to install the sane-backed from the CVS repo. I followed these instructions: http://mp610.blogspot.com/2008/04/give-your-scanner-new-freshly-sane.html Everything went fine, except when I run sane-find-scanner and scanimage -L I got these outputs: root at terulet02:/home/rendsz

[sane-devel] unable to join multiple xsane-outputs with ghostscript

2009-02-10 Thread Julien BLACHE
Julien Michielsen wrote: Hi, > I wish to combine a bumber of scan-outputs in one pdf-file. In the past I was > able to do so with the following command: Use XSane's multipage mode. JB. -- Julien BLACHE

[sane-devel] unable to join multiple xsane-outputs with ghostscript

2009-02-10 Thread Julien Michielsen
I wish to combine a bumber of scan-outputs in one pdf-file. In the past I was able to do so with the following command: /usr/bin/gs -q -sPAPERSIZE=a4 -dNOPAUSE -dBATCH -sDEVICE=pdfwrite \ -sOutputFile=output.pdf input1.pdf input2.pdf However, today I tried this (for the first time with xsane from

[sane-devel] FreeBSD SANE epkowa Epson Perfection 4490 get_identity_information: failed

2009-02-10 Thread Olaf Meeuwissen
"Jonathan D. Garner" writes: > Anybody know how to get a Epson (0x04b8) Perfection 4490 Photo (0x0119) > to work with the sane backend epkowa on FreeBSD i386 6.4-RELEASE. Nice to know people do want to use (bits of) Image Scan! for Linux on non-Linux systems! > [snip] > > I downloaded the port

[sane-devel] genesys backend update

2009-02-10 Thread Chris Bagwell
> --- On Sun, 2/8/09, Pierre Willenbrock wrote: > > >> >> PS1: don't try to test this on current cvs -- at least >> for me, it >> creates libsane-*.so.0.1.0, instead of libsane-*.so.1.1.0. >> I originally missed your PS. This appears to be related to my reverting part of the backend/Mak