[sane-devel] Sane genesys Backend 1.0.24 CanoScan LiDE 210 and tiff scan format

2013-06-13 Thread Michael Watson
Greetings, With archlinuxarm I've had no issues with the --format=tiff. See below example: DPI=300 XFR=`gamma4scanimage 1.5 0 181 255 65535` scanimage --device-name $SCANBD_DEVICE --resolution $DPI -l 0 -t 0 -x 215mm -y 280mm \ --custom-gamma=yes --gamma-table=$XFR \ --format=tiff > ${

[sane-devel] [scanbd] CanoScan 210 buttons "off by one" - correction

2013-01-30 Thread Michael Watson
Greetings, One can argue it's not off by one - per the manual the button with the PDF label (left most) is PDF start and the PDF finish has the >| looking symbol, like when you go to the end of a video (finished? :)). To get the left-most PDF button to work - it's mapped as file. I utilize:

[sane-devel] [scanbd] CanoScan 210 buttons "off by one"

2013-01-30 Thread Michael Watson
Greetings, One can argue s it's not off by one - per the manual the button with the PDF label (left most) is PDF start and the PDF finish has the >| looking symbol, like when you go to the end of a video (finished? :)). To get the right-most PDF button to work - it's mapped as file. I utilize:

[sane-devel] LIDE210 5th button. sane-devel Digest, Vol 91, Issue 33

2013-01-27 Thread Michael Watson
----- From: Stef [mailto:stef@free.fr] Sent: Sunday, January 27, 2013 2:00 AM To: Michael Watson Cc: sane-devel at lists.alioth.debian.org Subject: Re: [sane-devel] LIDE210 5th button. sane-devel Digest, Vol 91, Issue 33 On 26/01/2013 04:31, Michael Watson wrote: > All, > > The

[sane-devel] LIDE210 5th button. sane-devel Digest, Vol 91, Issue 33

2013-01-25 Thread Michael Watson
All, The existing lide 210 code supports 4/5 buttons. I have 5/5 working temporarily (call it a hack) utilizing the enum OPT_PAGE_LOADED_SW that this scanner does not have. genesys_gl124.c (search for button) For the lide210 case add if (s->val[OPT_PAGE_LOADED_SW].b == s->last_val[OPT_PA

[sane-devel] Sane Pushbutton Question, sane-devel Digest, Vol 91, Issue 33

2013-01-25 Thread Michael Watson
All, I was wondering how scanimage came up with the following available sensors (scan buttons) (Canon LIDE 210, genesys): Sensors: --scan[=(yes|no)] [no] [hardware] Scan button --file[=(yes|no)] [no] [hardware] File button --email[=(yes|no)] [no] [hardware] E

[sane-devel] sane-devel Digest, Vol 91, Issue 14

2013-01-12 Thread Michael Watson
t or body 'help' to sane-devel-request at lists.alioth.debian.org You can reach the person managing the list at sane-devel-owner at lists.alioth.debian.org When replying, please edit your Subject line so it is more specific than "Re: Contents of

[sane-devel] systemd integration, sane-devel Digest, Vol 91, Issue 13

2013-01-11 Thread Michael Watson
replying, please edit your Subject line so it is more specific than "Re: Contents of sane-devel digest..." Today's Topics: 1. Re: Response to systemd integration, sane-devel Digest, Vol 91, Issue 12 (Michael Watson) 2. Re: Response to systemd integration, sane-devel

[sane-devel] Response to systemd integration, sane-devel Digest, Vol 91, Issue 12

2013-01-11 Thread Michael Watson
005 --format png > >> outfile.png > > I've gone through the log and it's clear from that that this is a bug > in the epson2 backend. It fails to take into account the line > distance when computing the maximum scan area, leading to a maximum > that is too b

[sane-devel] FW: Sane Scanimages Too Dark

2013-01-06 Thread Michael Watson
ef [mailto:stef@free.fr] Sent: Sunday, January 06, 2013 3:54 PM To: Michael Watson Cc: sane-devel at lists.alioth.debian.org Subject: Re: [sane-devel] FW: Sane Scanimages Too Dark On 05/01/2013 01:45, Michael Watson wrote: I may have answered one of my questions after researching the sane pages. The

[sane-devel] FW: Sane Scanimages Too Dark

2013-01-06 Thread Michael Watson
Stef, Thank you. R/ Michael -Original Message- From: Stef [mailto:stef@free.fr] Sent: Sunday, January 06, 2013 3:54 PM To: Michael Watson Cc: sane-devel at lists.alioth.debian.org Subject: Re: [sane-devel] FW: Sane Scanimages Too Dark On 05/01/2013 01:45, Michael Watson wrote

[sane-devel] Scanner Button Daemon [scanbd]: release 1.3

2013-01-06 Thread Michael Watson
Thank you. I have 1.3 working on archlinuxarm (systemd). Please find below "integration" tweaks: -- /usr/lib/systemd/system/scanbd.service #Type=simple # dbus Type=dbus -- /usr/lib/systemd/sy

[sane-devel] FW: Sane Scanimages Too Dark

2013-01-04 Thread Michael Watson
I may have answered one of my questions after researching the sane pages. The "curve tool" is a transfer function graph. http://www.scantips.com/curve2.html Good stuff. R/ Michael -Original Message----- From: Michael Watson [mailto:mwatso...@comcast.net] Sent: Friday,

[sane-devel] Sane Scanimages Too Dark

2013-01-04 Thread Michael Watson
Request insights from the brain trust. Sane scanimage files are too dark while windows' scans (Canon drivers/applications) are fine? I have an archlinuxarm box and an Lide210 scanner. Utilizing SaneTwain on a windows box the network scans were too dark. Similarly, scanimage (local) scans were al

[sane-devel] scanbd on archlinuxarm

2012-12-24 Thread Michael Watson
Arch Linux Arm is not quite debian. I may have run into a permissions issue with libsub. Version 1.2.1 installed fine: USE_SANE=yes make -e clean all USE_SANE=yes make install As far as I can tell the scanbd configuration is set (required *.conf and locations) with user = saned and gr