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?

有帮助吗?

解决方案

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

其他提示

Keep in mind your question is off topic.

But anyway FLTK is able to.

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top