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

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

  •  30-06-2022
  •  | 
  •  

سؤال

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