views:

47

answers:

1

I had been using using PIL but I just found out that it doesn't support 16bit tiffs.

I need a library that can do:

1)Image conversion -->16bit tiff to jpeg

2)Image resize and crop and of jpegs

+2  A: 

ImageMagick supports 16bit Tiffs, and they have a wrapper for Python called PythonMagick.

SB
Perfect thanks!
volting