Re: [sane-devel] Fujitsu fi-6130: x-offset duplex

2020-03-22 Thread m. allan noah
Interesting, but unrelated.

allan

On Sun, Mar 22, 2020 at 11:14 AM Ulf Zibis  wrote:
>
> See also:
> https://gitlab.com/utsushi/utsushi/issues/68
> https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1828638
> https://gitlab.com/sane-project/frontend/xsane/issues/1
> https://gitlab.gnome.org/GNOME/simple-scan/issues/103#note_510586
>
> -Ulf
>
> Am 08.03.20 um 18:45 schrieb Max Voit:
> > Dear all,
> >
> > I've been trying to duplex scan A4 paper with the fi-6130. Setting
> > "page-size" and "page-width" accordingly was not sufficient. There is
> > about 2mm empty (grey) space on the right hand side for the front page,
> > on the left for the back. And the bottom is cut off by about 1cm.
> >
> > After some tweaking I've found a parameter set that works for
> > the front page:
> >
> > scanimage --mode Color --resolution 300 \
> >  --batch-count=2 --batch=%d.pnm --batch-start=0 \
> >  --source "ADF Duplex" --buffermode On \
> >  --page-width 212.5 -x 210 --page-height 299 -y 297
> >
> > However, then the back side has about 4mm empty space on the
> > left and is cut off on the right.
> >
> > Can you please give me some hints on how to best resolve this issue?
> >
> > Is there something similar to the duplex-offset option but in
> > x-direction?
> >
> > Best regards,
> > Max
> >
>


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



Re: [sane-devel] Fujitsu fi-6130: x-offset duplex

2020-03-22 Thread Ulf Zibis

See also:
https://gitlab.com/utsushi/utsushi/issues/68
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1828638
https://gitlab.com/sane-project/frontend/xsane/issues/1
https://gitlab.gnome.org/GNOME/simple-scan/issues/103#note_510586

-Ulf

Am 08.03.20 um 18:45 schrieb Max Voit:

Dear all,

I've been trying to duplex scan A4 paper with the fi-6130. Setting
"page-size" and "page-width" accordingly was not sufficient. There is
about 2mm empty (grey) space on the right hand side for the front page,
on the left for the back. And the bottom is cut off by about 1cm.

After some tweaking I've found a parameter set that works for
the front page:

scanimage --mode Color --resolution 300 \
 --batch-count=2 --batch=%d.pnm --batch-start=0 \
 --source "ADF Duplex" --buffermode On \
 --page-width 212.5 -x 210 --page-height 299 -y 297

However, then the back side has about 4mm empty space on the
left and is cut off on the right.

Can you please give me some hints on how to best resolve this issue?

Is there something similar to the duplex-offset option but in
x-direction?

Best regards,
Max