Is QImage able to open and render pure 16-bit images?

前端 未结 5 870
伪装坚强ぢ
伪装坚强ぢ 2021-01-27 03:43

I think the headline already explains what I want to know.
Is there a possible way to open and save images with 16-bit with Qt? And I don\'t mean the 3*8=24bit or 4*8=32bit,

5条回答
  •  走了就别回头了
    2021-01-27 04:22

    As others already mentioned, there is no format with 16 bits per component supported in Qt for now.

    However there is a request opened to implement this, with a patch attached: https://bugreports.qt.io/browse/QTBUG-45858

    Not sure what is the status of this, and if it will get integrated.

提交回复
热议问题