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

StackOverflow https://stackoverflow.com/questions/19356984

  •  30-06-2022
  •  | 
  •  

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?

Était-ce utile?

La solution

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

Autres conseils

Keep in mind your question is off topic.

But anyway FLTK is able to.

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top