volting
volting

Reputation: 18967

Imaging library that supports 16bit tiffs

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

Upvotes: 1

Views: 474

Answers (1)

NG.
NG.

Reputation: 22904

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

Upvotes: 2

Related Questions