pyqtgraph/PIL_Fix
Luke Campagnola 661e4411e2 Numerous fixes
added scatter plots
2010-11-21 22:50:04 -05:00
..
Image.py-1.6 Numerous fixes 2010-11-21 22:50:04 -05:00
Image.py-1.7 Numerous fixes 2010-11-21 22:50:04 -05:00
README Initial commit (again) 2010-03-22 01:48:52 -04:00

The file Image.py is a drop-in replacement for the same file in PIL 1.1.6.
It adds support for reading 16-bit TIFF files and converting then to numpy arrays.
(I submitted the changes to the PIL folks long ago, but to my knowledge the code
is not being used by them.) 

To use, copy this file into
  /usr/lib/python2.6/dist-packages/PIL/
or 
  C:\Python26\lib\site-packages\PIL\

..or wherever your system keeps its python modules.