[sane-devel] Calibration of sane scanner using Gnome-Color-Manager and Argyll

2010-09-26 Thread Jean-Michel Pouré - GOOZE
targets I would like to calibrate my scanner using scanner calibration targets. I found this address: http://www.targets.coloraid.de/ Which calibration unit would you recommend? I am a complete newbee in scanner calibration, so any help is welcome. Kind regards, Jean-Michel

[sane-devel] Scanning 8mm and 16mm films using sane

2009-12-06 Thread Jean-Michel Pouré
. Kind regard, Jean-Michel -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Ceci est une partie de message num?riquement sign?e URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachme

[sane-devel] Canon PIXMA 990 sane support

2009-12-03 Thread Jean-Michel Pouré
On Sat, 2009-11-28 at 16:39 +0100, Jean-Michel Pour? wrote: > Please leave me some time before I can turn back to you to > garantee it works. I am getting back with more information. The Canon PIXMA 990 is almost working: * Sane GIT can scan from root account, but not user account (eve

[sane-devel] Canon PIXMA 990 sane support

2009-11-28 Thread Jean-Michel Pouré
Le samedi 28 novembre 2009 ? 12:34 +0100, Nicolas Martin a ?crit : > Thanks Jean-Michel for this feedback, I'll update ASAP the status for > MP990 in the supported devices page. > > Older CCD models from this line of product (MP970, MP980) used to need > an image correction,

[sane-devel] Canon PIXMA 990 sane support

2009-11-28 Thread Jean-Michel Pouré
Le samedi 28 novembre 2009 ? 08:58 +0100, Jean-Michel Pour? a ?crit : > Le vendredi 27 novembre 2009 ? 21:26 +0100, Nicolas Martin a ?crit : > > Hey ! you don't have Sane git installed ! Dear friends, Sane GIT works like a charms thanks to the explanations. I was able to c

[sane-devel] Canon PIXMA 990 sane support

2009-11-28 Thread Jean-Michel Pouré
Le vendredi 27 novembre 2009 ? 21:26 +0100, Nicolas Martin a ?crit : > Hey ! you don't have Sane git installed ! Okay, this seems reasonable! Thanks you for your help. Sane rocks, thanks. Kind regards, Jean-Michel -- next part -- A non-text attachment was scrubbed

[sane-devel] Canon PIXMA 990 sane support

2009-11-27 Thread Jean-Michel Pouré
>Ok, so first turn debugging on, in order to grab some additional data. >Run scanimage after some export commands: >export SANE_DEBUG_SANEI_USB=255 >export SANE_DEBUG=255 >export SANE_DEBUG_PIXMA=11 >scanimage -L 2> scanimage.log Kind regards, JM [sanei_debug] Setting debug level of sanei_usb to

[sane-devel] Canon PIXMA 990 sane support - lsusb

2009-11-26 Thread Jean-Michel Pouré
For information: lsusb Bus 002 Device 002: ID 03f0:1d17 Hewlett-Packard LaserJet 1320 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 005: ID 04a9:1740 Canon, Inc. Bus 001 Device 003: ID 058f:6362 Alcor Micro Corp. Hi-Speed 21-in-1 Flash Card Reader/Writer (Internal

[sane-devel] Canon PIXMA 990 sane support

2009-11-26 Thread Jean-Michel Pouré
me verification". There does not seem to be a /dev entry for the scanner. Please tell me how I can help. Kind regards, Jean-Michel -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Ceci est une p

[sane-devel] Sane + iscan + iee1394 + quality of colors

2009-09-07 Thread Jean-Michel Pouré
correction. Can it bring better colors to spend more money? Thank you very much for your time and efforts in developing Sane. Kind regards, Jean-Michel

[sane-devel] Epson Perfection 1660 - Out of memory error

2007-03-13 Thread Jean-Michel Pouré
Debian SID versions. Scanner is connected to a high-speed 2.0 usb port. Everything works fine in low resolutions (< 800 dpi). When choosing color/1600 dpi or more, xsane prints the following error: Out of memory. Any idea? Kind regards, Jean-Michel Pour?

[sane-devel] Epson Perfection 1660 - Out of memory error

2007-03-13 Thread Jean-Michel Pouré
Fixed, I installed iscan 2.5 and it worked. Strange ... I thouht iscan was part of sane (as it is GLP), last code being copied in sane. Now scanning works at all resolutions, which is fine. Best regards, Jean-Michel Le mardi 13 mars 2007 ? 13:59 +0100, Jean-Michel Pour? a ?crit : > Dear

[sane-devel] Epson Perfection 1660 - Out of memory error

2007-03-13 Thread Jean-Michel Pouré
Debian SID versions. Scanner is connected to a high-speed 2.0 usb port. Everything works fine in low resolutions (<= 1200 dpi). When choosing color/1600 dpi or more, xsane prints the following error: Out of memory. Any idea? Kind regards, Jean-Michel Pour?

[sane-devel] Buying a cheap (Epson?) USB 2.0 scanner for A4/Film

2007-03-12 Thread Jean-Michel Pouré
a bunch of photos. A film loader would be a plus, but is not required. What modern (cheap) scanner do you recommand for Sane? I was thinking of the Epson perfection series. Which Epson products would you recommand, as I may buy on eBay? I am looking for a cheap solution. Kind regards, Jean-Michel

[sane-devel] sane-canon: Endian inverted data when scanning 48bbp raw mode pnm, little endian architectures only

2006-01-02 Thread Jean-Michel Vourgère
On Sunday 01 January 2006 14:30, Frank Zago wrote: > >+#if defined(WORDS_BIGENDIAN) > > for (p = buf; p < buf + nread; p++) > > { > > b = *p; > > *p++ = *(p + 1); > > *p = b; > > } > >+#endif > > } > > Why not use htons() which should be a little more efficient?

[sane-devel] [patch] sane-canon: Endian inverted data when scanning 48bbp raw mode pnm, little endian architectures only

2005-12-31 Thread Jean-Michel Vourgère
On Wednesday 28 December 2005 15:41, Henning Meier-Geinitz wrote: > canon-sane.c:1792: warning: ISO C90 forbids mixed declarations and code Ops. Here is a modified version of the patch. I'm unfamiliar with developer accesses and maintainer accesses. Please some one check it and commit it on cvs

[sane-devel] sane-canon: Endian inverted data when scanning 48bbp raw mode pnm

2005-12-28 Thread Jean-Michel Vourgère
On Wednesday 28 December 2005 10:58, Ulrich Deiters wrote: > Indeed, I am using a big-endian machine. Ok, then it's easy: On Tuesday 27 December 2005 20:07, Henning Meier-Geinitz wrote: > According to the SANE standard (3.2.1): "the bytes of each sample > value are transmitted in the machine's n

[sane-devel] sane-canon: Endian inverted data when scanning 48bbp raw mode pnm

2005-12-27 Thread Jean-Michel Vourgère
On Tuesday 27 December 2005 14:32, Henning Meier-Geinitz wrote: > > Using imagemagick on the raw data give images with noise. Switching > > bytes before using imagemagick' convert works ok. > > The noise also appears in preview window when mode is raw, so the bug > > is probably in sane and not ima

[sane-devel] bug repport + workaround sane-canon: Endian inverted data when scanning 48bbp raw mode pnm

2005-12-25 Thread Jean-Michel Vourgère
I think I found a bug in sane-canon: Using a CanoScan FS2710 on a Pentium, scanimage and xscanimage in raw mode gives endian inverted data (12 bits per color per pixel in pnm files). Using imagemagick on the raw data give images with noise. Switching bytes before using imagemagick' convert work

[sane-devel] HP ScanJet 6300c on Mac OS X 10.3

2003-12-16 Thread Michel Donais
Hi. I have the exact same problem than in the SnapScan on Mac OS X 10.3 mail... However, the DEBUG flag doesn't make it work better. I can detect my scanner correctly (a ScanJet 6300C) but it will not work using the usual scanimage frontend. Here is (part) of a log while trying to make it work

[sane-devel] Concerning Canoscan FB636U and sane 1.0.8

2003-02-02 Thread Michel
source code yet, or if this bug has been fixed, j= ust=20 thought I'd let you know. Best regards, Michel Blomgren

[sane-devel] HP ScanJet 4100C

2003-01-04 Thread Michel Janssens
#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms The main problem is that I can't connect from W2K server... I use the xsane for WIN32. And got no answer from the server ... in fact the answer from xsane : no device available Can you

[sane-devel] HP ScanJet 4100C

2003-01-04 Thread Michel Janssens
Hi Has someone succeed in the implementation of a HP ScanJet 4100C with SANE? If so please contact me, I made all possible test and didn't find where it stuck. Best regards Michel