[sane-devel] Caon MP190 scanner

2008-12-13 Thread Bart Meijer
Hi, I edited the file pixma_mp150.c to support the canon mp190. #define MP190_PID 0x1734 DEVICE (Canon PIXMA MP190, MP190, MP190_PID, 1200, 638, 877, PIXMA_CAP_CIS), -- next part -- A non-text attachment was scrubbed... Name: pixma_mp150.c Type: text/x-csrc Size:

[sane-devel] Caon MP190 scanner

2008-12-13 Thread Nicolas Martin
So MP190 scanner can scan up to 1200 dpi with Sane ? The specs on Canon usa web site says it is capable of 600x1200 dpi, so I declared 600 (xdpi), so that it scans at 600x600 dpi. If 1200 dpi works with the pixma backend, this means the scanner can handle at least 1200x1200 dpi. Thanks for your

[sane-devel] Caon MP190 scanner

2008-12-13 Thread Bart Meijer
According to the manual it support indeed 600x1200. Scanimage tells me: scanimage: rounded value of resolution from 1200 to 600 So it probably should be 600 I guess. Bart