Re: [sane-devel] Fujitsu fi-5900c command option for single-sided scanning

2021-09-26 Thread m. allan noah
On Sun, Sep 26, 2021 at 3:14 PM Simon Matter  wrote:

> Hi,
>
> > I usually use the parameters below, and I am trying to modify them to
> scan
> > the front side only while still using compression and imprinting
> >
> > Previously I thought that the change I needed was *--source ADF Front*
> but
>
> Did you try --source "ADF Front"?
>
> Simon
>
>
Yes- I expect the quotes will be needed.

allan

-- 
"well, I stand up next to a mountain- and I chop it down with the edge of
my hand"


Re: [sane-devel] Fujitsu fi-5900c command option for single-sided scanning

2021-09-26 Thread r. a. schmied

On 09/26/21 11:15, Wes Rishel wrote:

I usually use the parameters below, and I am trying to modify them to scan
the front side only while still using compression and imprinting

Previously I thought that the change I needed was *--source ADF Front* but
this does not seem to work. Perhaps I can find the correct option by
looking at the C code? Which .c file would that be?

/usr/local/bin/scanimage
 --mode color
 --buffer-size
 *--source ADF Duplex*
 --compression JPEG
 --batch=(directory)/%06d.jpg
 -y 356
 --page-height 356
 --resolution 300
 --batch-start 1000
 --endorser=yes
 --endorser-bits 24
 --endorser-val 1000
 --endorser-step 2
 --endorser-string %08ud
 --endorser-y 165


-- Wes



doesn't --buffer-size require/expect a value?

ras





Re: [sane-devel] Fujitsu fi-5900c command option for single-sided scanning

2021-09-26 Thread Simon Matter
Hi,

> I usually use the parameters below, and I am trying to modify them to scan
> the front side only while still using compression and imprinting
>
> Previously I thought that the change I needed was *--source ADF Front* but

Did you try --source "ADF Front"?

Simon

> this does not seem to work. Perhaps I can find the correct option by
> looking at the C code? Which .c file would that be?
>
> /usr/local/bin/scanimage
> --mode color
> --buffer-size
> *--source ADF Duplex*
> --compression JPEG
> --batch=(directory)/%06d.jpg
> -y 356
> --page-height 356
> --resolution 300
> --batch-start 1000
> --endorser=yes
> --endorser-bits 24
> --endorser-val 1000
> --endorser-step 2
> --endorser-string %08ud
> --endorser-y 165
>
>
> -- Wes
>





[sane-devel] Fujitsu fi-5900c command option for single-sided scanning

2021-09-26 Thread Wes Rishel
I usually use the parameters below, and I am trying to modify them to scan
the front side only while still using compression and imprinting

Previously I thought that the change I needed was *--source ADF Front* but
this does not seem to work. Perhaps I can find the correct option by
looking at the C code? Which .c file would that be?

/usr/local/bin/scanimage
--mode color
--buffer-size
*--source ADF Duplex*
--compression JPEG
--batch=(directory)/%06d.jpg
-y 356
--page-height 356
--resolution 300
--batch-start 1000
--endorser=yes
--endorser-bits 24
--endorser-val 1000
--endorser-step 2
--endorser-string %08ud
--endorser-y 165


-- Wes