Re: [sane-devel] Supported languages?

2017-09-30 Thread Yury Tarasievich
Does scanimage actually contain the l10n functionality? -Yury On 01/10/17 02:52, Jeff Sadowski wrote: I set all those and I still get English. export LANG=de_DE.utf8 ... -- sane-devel mailing list: sane-devel@lists.alioth.debian.org

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

2017-09-30 Thread Jeff Sadowski
I also run scanimage under script otherwise I don't get the continuous output. On Sat, Sep 30, 2017 at 6:09 PM, Jeff Sadowski wrote: > Thank you for the input. > > I'm redoing phpsane. I'll look at the others but I came up with a method > that seems to work a little

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

2017-09-30 Thread Jeff Sadowski
Thank you for the input. I'm redoing phpsane. I'll look at the others but I came up with a method that seems to work a little better then I have seen so far. Like I mentioned I'm using proc_open in a process that I put in the background and to allow me to watch the image as it is being pulled. I

Re: [sane-devel] Supported languages?

2017-09-30 Thread Jeff Sadowski
I set all those and I still get English. export LANG=de_DE.utf8 export LANGUAGE=de_DE export LC_ALL=de_DE export LC_MESSAGES=de_DE export LC_CTYPE=de_DE export LANG=de_DE export LANGUAGE=de_DE scanimage -h Or maybe I've been speaking German all along. Or maybe there is a TARDIS translating it

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

2017-09-30 Thread Jeff
On 29/09/17 15:52, Jeff Sadowski wrote: > 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 You are not the first. Have you looked at https://sourceforge.net/projects/phpsane/ or

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

2017-09-30 Thread Jeff
On 29/09/17 22:30, Jeff Sadowski wrote: > 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

Re: [sane-devel] Supported languages?

2017-09-30 Thread Jeff
On 29/09/17 21:56, Jeff Sadowski wrote: > I only speak english however is there a way to make scanimage print out > help in another language? or is scanimage english only? Assuming that the de_DE locale is installed, the following should work (no need to export): LC_ALL=de_DE LC_MESSAGES=de_DE