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