pyqtgraph/PIL_Fix
Luke Campagnola 6783f4fa26 sync changes from acq4:
- numerous fixes in close() functions
 - added Transform class
 - ROI widgets now operate in degrees instead of radians for easier Qt compatibility
2011-04-25 08:51:18 -04:00
..
Image.py-1.6 sync changes from acq4: 2011-04-25 08:51:18 -04: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.