Bonjour, Je souhaiterai savoir si quelqu'un d'entre vous a trouvé la solution pour scanner a partir de processing, en utilisant MAC OS X , je savais qu'il est possible de scanner sur Windows a partir de processing grâce a irfan view. Du coté de MAC OS X il semblerai que la solution soit du coté de SAN PROJECT ! http://www.sane-project.org/ Seulement pour le faire fonctionné il faut utilisé un driver appelé HPLIP pour les scanner HP PHOTOSMART mais ce driver étant disponible seleulement sur LINUX malheureusement. http://hplipopensource.com/hplip-web/index.html Peut être est til possible de l'installé également sur MACOSX je ne sais pas :
citation :The next HPLIP release (0.9.9) will at least compile and install on Mac OS X 10.4.4. I did not test HPLIP on OS X, but this completes my goal for this HPLIP release. The Mac community can test HPLIP and provide us feedback.
In order to get HPLIP to compile I had to stub out USB bulk_write/bulk_read calls since these calls do not go through libusb. This means the current HPLIP USB support will be limited to device discovery only. USB printing/scanning/hp-toolbox will not work. In theory all HPLIP JetDirect support should work.
In order to get full HPLIP USB support working on the Mac the bulk_write/bulk_read calls need to be converted the Mac USB IOKit.
Here some notes on how and what was tested.
1. Download install xcode to get the GNU tools. Get *.dmg at developer.apple.com/tools/xcode . Double click on dmg to install.
2. Download install darwinports a BSD rpm type tool. Don't bother with the dmg, do a tar ball install instead.
3. Get the latest autotools. "sudo port install autoconf", "sudo port install automake", "sudo port install", "sudo port install libtool", "sudo port install pkgconfig"
4. Get libusb. "sudo port install libusb"
5. Get libjpeg. "sudo port install jpeg"
6. Now the we can build and install with following commands.
./configure -prefix=/usr -disable-pp-build LDFLAGS="-L/opt/local/lib" CPPFLAGS="-/opt/local/include" make make install DESTDIR=/tmp/myhplip
En tout cas j'aimerai savoir si certains d'entre vous son parvenu a scanné a partir de mac os x !
|