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
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
ImageMagick supports 16bit Tiffs, and they have a wrapper for Python called PythonMagick.