Re: [sane-devel] [PATCH v2] saned: reorganize flags, remove run_mode SANED_RUN_DEBUG

2017-09-29 Thread Olaf Meeuwissen
Hi Luiz, Thanks for the patch. LGTM with the exception of the manual page and a typo in the -h output. I've fixed the typo and brushed up the manual page's OPTIONS section and pushed the lot. # I've only reviewed your patch and did not actually test anything. Hope this helps, -- Olaf

Re: [sane-devel] Best way to stop scanimage?

2017-09-29 Thread Jeff Sadowski
Thank you Olaf, :-) I am developing a php interface I'm calling it php saneng I have it on bitbucket for now and using proc_open. I will send the signal via proc_terminate giving it the second option being the signal I want to use. I had a similar project I got working in the past specifically

Re: [sane-devel] Best way to stop scanimage?

2017-09-29 Thread Olaf Meeuwissen
Hi Jeff, Jeff Sadowski writes: >>> On Thu, Sep 28, 2017 at 10:30 AM, Jeff Sadowski >>> wrote: >>> > Is there a good way to stop scanimage? > Ooooh Ctrl-C sends the INT(-2) signal that is the signal I think I want. You've already found out how to solve your issue but

Re: [sane-devel] Best way to stop scanimage?

2017-09-29 Thread Olaf Meeuwissen
Hi Jeff, Jeff Sadowski writes: > Thank you Olaf, :-) > > I am developing a php interface I'm calling it php saneng I have it on > bitbucket for now and using proc_open. I will send the signal via > proc_terminate giving it the second option being the signal I want to use. > I had a similar

[sane-devel] simulate a scan with test device?

2017-09-29 Thread Jeff Sadowski
Most of the systems I am using don't have actual scanners attached. I'd like to simulate a flatbed scanner by copying an image chunk by chunk with a delay and even simulate selecting an area and resolution by using a high def image to copy from and get a lower res depending on the settings I give.

[sane-devel] Supported languages?

2017-09-29 Thread Jeff Sadowski
I only speak english however is there a way to make scanimage print out help in another language? or is scanimage english only? I tried export LANG=de_DE.UTF-8 export LANGUAGE=de_DE scanimage -h and export LANG=de_DE.utf8 export LANGUAGE=de_DE scanimage -h and made sure I had de_DE.UTF-8 to