This is a driver for the Canon Pixma MP7x0 scanner, which has been developed by sniffing and analysing the Windows driver's communication. It is far from perfect, but after all, it supports among other things these basic features:
If you have a Pixma scanner other than 7x0, you should consider contacting me. It is pretty simple to check if your scanner uses a similar protocol and maybe your model could be integrated smoothly by just adding another USB product ID.
Compatibility
Mailing listpixma-devel |
pixma-0.5.1.tar.gz |
(MD5: 68415c7bf3ca909e56642e26e2680754) |
|
pixma-0.4.5.tar.gz |
(MD5: 8696bd5e44933231cd033444d20bda60) |
|
pixma-0.3.tar.gz |
(MD5: 29496e96416d6b203e32be498bad120c) |
|
log2io for sniff analysis |
(MD5: 471ea14be751eea6f927983b5d97a40b) |
$ make $ sudo make install
$ sudo make test
Canon Pixma Scanner Driver 0.1 Copyright (C) 2006 Martin Schewe Usage: pixma_scan [OPTION]... -o <outfile.pnm> -r <resolution> set resolution in dpi (default: 75) -x <x> -y <y> set image offset -w <width> -h <height> set image size -c calibrate before scanning -a use ADF -m use monochrome color weights -v <level> set verbosity level (default: 1) -o <outfile.pnm> write PNM image date to outfile.pnm
$ sudo pixma_scan -r 150 -x 60 -y 10 -w 800 -h 580 -o test.pnm