February 29, 2012

[SOLVED] Install PIL on Win x64

Goto http://www.lfd.uci.edu/~gohlke/pythonlibs/ and install e.g. PIL-1.1.7.win-amd64-py2.7.‌exe (=2.7 version of your python)

After you Install the PIL you can check if everything went right (you will need some image to do it)

Open console

C:\Python27>python
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import Image
>>> im = Image.open('test.png')
>>> im.show()
>>>

If you have no errors everything went right

February 17, 2012

[SOLVED] Chrome silent print (without print confirmation)

You can do if you start your chrome (v18+) with the --kiosk --kiosk-printing switches.

You can see it from this video