Re: [sane-devel] Need Help getting Canon ImageClass MF244dw working

2017-08-10 Thread Curtis Graham
Dave, Thank you very much, it did work, I used this. What you would need to do: (download the tarball) md5sum sane-backends-1.0.27.tar.gz (make sure this reports b10a08785f92a4c07ad961f4d843c934) tar xfa sane-backends-1.0.27.tar.gz cd

Re: [sane-devel] Restore support WorkCentre 3510 (may be 3520) in sane-backend-1.0.27

2017-08-10 Thread ABC
Youry, That code was submitted by SAMSUNG developer(s). I will forward your email to them. -abc On Wed, Aug 09, 2017 at 01:42:45AM +0300, Youry Metlitsky wrote: > > On WorkCentre 3515 dev->compressionTypes is 0x51 and (dev->compressionTypes & > (1 << 6)) is true. > On WorkCentre 3510

[sane-devel] Film scanning and infrared image cleaning

2017-08-10 Thread Julian Hauser
Hello everyone, I'm using the Reflecta 10T scanner using the pieusb backend. It mostly works very well, thanks! One thing I have noticed though is that if I enable the infrared scratch and dust removal option "Clean image" in Xsane, the detected defects get painted over with a blurred dot. On

Re: [sane-devel] Need Help getting Canon ImageClass MF244dw working

2017-08-10 Thread Dave Platt
> Dave, > > Thank you very much, it did work, I used this. You're quite welcome! > I did notice that I do not have the same tweaks that Rolf and I had worked > on on his ppa. I am guessing that his ppa gets updated more than the > regular sane backend. He may be building from a custom tree,

[sane-devel] New sane backend for Canon scanner

2017-08-10 Thread Thierry HUCHARD
Hi, This scanner list does not work on a network with sane. The new backends solves the problem. TS9000 series, TS8000 series, TS6000 series, TS5000 series, MG3000 series, E470 series and G4000 series This project is a sane backend for the canon's scanner, based on the source code of

Re: [sane-devel] Need Help getting Canon ImageClass MF244dw working

2017-08-10 Thread Curtis Graham
Thank you again Dave for helping out a newb. On Thu, Aug 10, 2017, 2:07 PM Dave Platt wrote: > > > Dave, > > > > Thank you very much, it did work, I used this. > > You're quite welcome! > > > I did notice that I do not have the same tweaks that Rolf and I had > worked > >

[sane-devel] Restore support WorkCentre 3510 (may be 3520) in sane-backend-1.0.27

2017-08-10 Thread Youry Metlitsky
On WorkCentre 3515 dev->compressionTypes is 0x51 and (dev->compressionTypes & (1 << 6)) is true. On WorkCentre 3510 dev->compressionTypes is 0x41, but this device don't support jpeg - this is error! --  With best regards diff -Nurp sane-backends-1.0.27-old/backend/xerox_mfp.c