Hi!
Hmm, line distance doesn't work. Try this:
in function sane_start at line 3935 change
        dev->blue_offs = 8;
        dev->green_offs = 16;
to
        dev->blue_offs = 16;
        dev->green_offs = 32;
-- jochen
[Joseph R. + Martina Eoff]
> 
> Jochen Eisinger wrote:
> 
> >         if (dev->CCD.invert == SANE_TRUE)
> >
> > to
> >
> >         if (dev->CCD.invert == SANE_FALSE)
> >
> 
> Did it.  Got color scan to turn out, grayscale returns a white scan now.
> Attached is a small jpg of the color scan.  The R/G/B scans seem to be out of
> registration.  They all have a vertical offset of about one millimeter.
> 
> Joseph
>
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Thu Aug 24 2000 - 01:54:02 PDT