Question

I want to read and write TIFF(32-bit samples) in some Qt projects. I have tried libtiff, but they only support the TIFF images with BitsPerSample=1, 2, 4, 8, or 16.

When I used them to read TIFF with 32-bit samples, I got prompt "Sorry, can not handle images with 32-bit samples."

Is there any C/C++ lib supporting reading/writing TIFF with 32-bit samples?

Was it helpful?

Solution

Why dont you use QImage ? It has load() and save() operations. Also supports reading writing tiff.

OTHER TIPS

Keep in mind your question is off topic.

But anyway FLTK is able to.

See http://www.fltk.org/index.php

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top