pyqtgraph/PIL_Fix
Luke Campagnola c07a92efbe Reorganized directory structure to be more standard
Started new SVG exporter
Merged updates from ACQ4
2012-12-25 00:43:31 -05:00
..
Image.py-1.6 Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
Image.py-1.7 Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
README Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05: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.