[sane-devel] SANE OS X 10.3 Install Problems

2003-11-21 Thread Guy Brooker
It's been a while since I've been able to concentrate on SANE, apologies for my absence. I added the OSX_ONLY_10_2_API and OSX_ONLY_10_1_API defines as I knew the old API was going to go, but didn't have time to test on Panther at the time. Could someone add a test to the config script ? The new

[sane-devel] [ANNOUNCE] New SANE homepage online

2003-09-24 Thread Guy Brooker
On 23/9/03 10:52 pm, "Henning Meier-Geinitz" wrote: > > The new SANE homepage is now online at http://www.sane-project.org > (=http://sane.alioth.debian.org). Excellent ! > > - Automatically generated HTML list of scanners > How do you generate this list ? What is the source of the info ? C

[sane-devel] More front end developer Q's

2003-09-22 Thread Guy Brooker
On 22/9/03 11:24 am, "Henning Meier-Geinitz" wrote: > Hi, > > On Mon, Sep 22, 2003 at 11:09:54AM +0200, Guy Brooker wrote: >> 1. How can I determine the native resolution in X and Y of the current >> scanner ? > > You can't. And you usually don't

[sane-devel] More front end developer Q's

2003-09-22 Thread Guy Brooker
OK, another couple of frontend development questions. 1. How can I determine the native resolution in X and Y of the current scanner ? For my EPSON GT-7000, the epson backend returns resolutions up to 2400, and a default of 50. However EPSONs docs say the native resolution of the scanner is 600 d

[sane-devel] Planar & Chunky

2003-09-20 Thread Guy Brooker
A front end question ! As far as I understand from the SANE spec, a backend may send colour image data as either an R, G & B sample per pixel, what TWAIN refers to as chunky, or as three separate images, one of R, one of G and one of B, what TWAIN refers to as planar. Is there any way of forcing

[sane-devel] sane-devel moved to lists.alioth.debian.org

2003-09-18 Thread Guy Brooker
On 18/9/03 1:59 pm, "Henning Meier-Geinitz" wrote: > Hi again, > > On Thu, Sep 18, 2003 at 01:48:45PM +0200, Henning Meier-Geinitz wrote: >> I've just moved the sane-dvel mailing list to the new server >> lists.alioth.debian.org. This is the first message to the new list. > > When responding to

[sane-devel] Mac OS X - xsane and Microtek Scanmaker II

2003-09-02 Thread Guy Brooker
On 2/9/03 10:29 am, "David B Brown" wrote: > Ok, > > so that worked > > > G4:src/sane-backends-1.0.12/backend] dave% scanimage -L > [sanei_debug] Setting debug level of sanei_scsi to 6. > [sanei_scsi] sanei_scsi_open: device name /dev/scanner is not valid That is odd, /dev/scanner doesn't exi

[sane-devel] Mac OS X - xsane and Microtek Scanmaker II

2003-09-02 Thread Guy Brooker
On 1/9/03 11:04 pm, "David B Brown" wrote: > Guy, > > I removed the current installation using fink remove > > I downloaded the src from ftp://ftp.mostang.com/pub/sane/ > > I put it into /sw/src/sane-backends-1.0.12 > > I patched it using patch sanei_scsi.c sane-backends-1.0.12-osx.patch

[sane-devel] Mac OS X - xsane and Microtek Scanmaker II

2003-09-01 Thread Guy Brooker
On 1/9/03 4:56 pm, "David B Brown" wrote: > Guy, > > I'm no expert on this and since I use fink to install this was a > little tricky. > > Here's what I did. I edited the fink info file for sane-backends to > uncomment the patch command, and placed the patch file in the same > directory as the

[sane-devel] Mac OS X - xsane and Microtek Scanmaker II

2003-09-01 Thread Guy Brooker
On 29/8/03 6:41 pm, "abel deuring" wrote: > > I hope that Matt (the maintainer of the Microtek backend) will correct > any errors in my understanding of the Mircoek backend, and that Guy > Brooker or Mattias Ellert > , who wrote the SCSI support for MacOS X, can >

[sane-devel] Epson driver - rounding problems

2003-08-25 Thread Guy Brooker
Hi, Surprised by some of the values I was getting in a custom frontend I was writing, I tried a test using scanimage to be sure it wasn't me. Low and behold... % scanimage -x 25.4 -y 25.4 --resolution 100 i.e a 1 inch by 1 inch image, at 100 dots per inch should produce an image of 100 by 100 pi

[sane-devel] OS X Firewire support

2003-08-21 Thread Guy Brooker
On 21/8/03 12:28 pm, "Henning Meier-Geinitz" wrote: > > Maybe you or someone else could also have a look at README.darwin and > make sure it's uptodate. > Will do. > >> It still supports the previous implementation which uses the deprecated SCSI >> Family IOKit API, so all being well it shou

[sane-devel] OS X Firewire support

2003-08-17 Thread Guy Brooker
On 12/8/03 5:06 pm, "Martijn van Oosterhout" wrote: > On Tue, Aug 12, 2003 at 03:46:45PM +0200, Guy Brooker wrote: >> >> Hi, >> >> I've almost completed testing of a patch to sane_scsi.c which supports the >> IOKit SCSI Architecture Model API. &

[sane-devel] OS X Firewire support

2003-08-12 Thread Guy Brooker
On 12/8/03 5:06 pm, "Martijn van Oosterhout" wrote: > > I don't know if there is a specific document but you have a choice. > > 1. Use diff to work out the differences between the base version and your > changes > 2. Or just post the code and how to make it work. > > If it's verified by a devel

[sane-devel] OS X Firewire support

2003-08-12 Thread Guy Brooker
Hi, I've almost completed testing of a patch to sane_scsi.c which supports the IOKit SCSI Architecture Model API. The original OS X SCSI code in SANE 1.0.12 used the old IOKit SCSI Family API, which is deprecated in OS X 10.2 and may not be supported in future versions of OS X. The new API works