[sane-devel] Backend: lexmark (1.0-0, NEW!) x1150
Stéphane VOLTZ
stef.dev at free.fr
Tue Feb 6 06:45:15 CET 2007
Le vendredi 2 février 2007, fsl a écrit :
> Greetings.
>
> Just a quick note tested against my Lexmark x1150 the lexmark x1100
> backend driver works well accept for one issue. When scanning as Lineart
> the image colors are inverted. Aka what should be white is black and
> what should be black is white. Is there a fix?
>
> MrFSL
Hello,
this issue is fixed in the experimental version of the lexmark backend. I'd
be interesting if you give it a try. I've put up a SANE version reduced to
the lexmark backend, with a couple of scripts to run it without installing it
system-wide. It is at http://stef.dev.free.fr/sane/lexmark/ .
If you have some free time I'd appreciate if you try it. Especially I'd like
to have the log file done by the 'scan.sh' script that has to be run from the
top directory of the archive.
Another way to fix would be to get sources of the regular SANE backends and
change the line (in lexmark-x1100.c, lne 2793) from:
if (*byte_pointer >= threshold)
to
if (*byte_pointer =< threshold)
and recompile/install the backend.
Regards,
Stef
More information about the sane-devel
mailing list