Dependencies

Created by Tomio
Keywords:
dependencies PIL numpy scipy matplotlib

The ImageP heavily uses numpy and matplotlib.
At the moment it is: numpy 1.4.0 and matplotlib 0.99.1.1.

For image reading the read_img() uses the python imaging library (PIL) version 1.1.6 with a patch for 16 bit TIFF files. (See for example here: http://www.mail-archive.com/image-sig@python.org/msg01118.html)

Scipy is not used.