Use a printer with Processing and windows

Few years ago, I've seen this article on c4rin3.wordpress and I did a processing sketch in my old windows XP to directly print in a printer.
But Processing is now in version 3, and not 1.5 or 2, and the Open command no longer exist.
To update your old sketch or make a new one for print directly with processing, you can do that:


  1.  Go to your C:/Program Files (x83)/IrfanView/ Foler, and create a link of the i_view32.exe application
  2. Copy the link in your sketch Data folder.
  3.  Copy and modify the line do print what you want :

launch(dataPath("i_view32.lnk"),dataPath("0.jpg"),"/print");

Commentaires