On 21/01/2016 21:01, Jan Beranek wrote:
Hi Stef,
in xsane set 8bit colors, but no chance.

See the attachment please - the result is exactly the same.

Kind Regards

Jan.

    Hello,

I have undusted my LiDE 700F, and it scans flawlessly. One thing we could try is to test SANE 1.0.25 on your machine. Last log you sent is from 1.0.24. You could even clone the sources and compiled latest version, then run it without installing it with the appended script which cans 1 cm full width at 4800 dpi 16bpp color.

Regards,
    Stef

#!/bin/bash
export SANE_SRC=/home/stefdev/git/sane-backends
export BIN_DIR=$SANE_SRC/frontend
export SO_DIR=$SANE_SRC/backend/.libs
export SANE_DEBUG_GENESYS=255
export SANE_DEBUG_GENESYS_LOW=255
export SANE_DEBUG_GENESYS_GL646=255
export SANE_DEBUG_GENESYS_GL841=255
export SANE_DEBUG_GENESYS_GL843=255
export SANE_DEBUG_GENESYS_GL847=255
export SANE_DEBUG_GENESYS_GL124=255
export LD_PRELOAD=$SO_DIR/libsane-genesys.so
rm -f *.pnm *.log
$BIN_DIR/scanimage -d genesys --clear-calibration --depth 16 --height 10.0 
--resolution 4800 --mode Color 2>$0.pnm >$0.pnm
-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
             to sane-devel-requ...@lists.alioth.debian.org

Reply via email to