Re: [sane-devel] Setting Options Via sane_control_option(...)

2015-06-29 Thread Leon Hauck
On 06/25/2015 05:34 PM, Matthew Baker wrote: I'd recommend taking a glance at the SimpleScan project (https://github.com/mnagel/simple-scan) to get a feel for how commonplace options are handled. I had looked at that before. I'm not sure whether that project uses some sort if IDE or what,

Re: [sane-devel] Setting Options Via sane_control_option(...)

2015-06-29 Thread Leon Hauck
On 06/25/2015 05:27 PM, Olaf Meeuwissen wrote: Have a look at the SANE API specification as well. It's at http://www.sane-project.org/html/ Thanks for reminding me. I came across that years ago when I was first looking at using sane, and for some reason I didn't notice that before I

Re: [sane-devel] Setting Options Via sane_control_option(...)

2015-06-25 Thread Olaf Meeuwissen
Leon Hauck writes: I'm writing a custom frontend for a scanning project in C++ and am about 80% complete. I've been able to get this far by reviewing the scanimage and test code included in the source and whatever examples I found on the web. Hopefully someone can nudge me in the right

Re: [sane-devel] Setting Options Via sane_control_option(...)

2015-06-25 Thread Matthew Baker
I'd recommend taking a glance at the SimpleScan project ( https://github.com/mnagel/simple-scan) to get a feel for how commonplace options are handled. Cheers, matb On 25 Jun 2015 5:02 am, Leon Hauck l...@progcpu.net wrote: I'm writing a custom frontend for a scanning project in C++ and am

[sane-devel] Setting Options Via sane_control_option(...)

2015-06-24 Thread Leon Hauck
I'm writing a custom frontend for a scanning project in C++ and am about 80% complete. I've been able to get this far by reviewing the scanimage and test code included in the source and whatever examples I found on the web. Hopefully someone can nudge me in the right direction. Sane,

Re: [sane-devel] Setting Options Via sane_control_option(...)

2015-06-24 Thread m. allan noah
are you honoring the value which is returned in sane_info? allan On Wed, Jun 24, 2015 at 2:55 PM, Leon Hauck l...@progcpu.net wrote: I'm writing a custom frontend for a scanning project in C++ and am about 80% complete. I've been able to get this far by reviewing the scanimage and test code