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,
Qt5.13 is supported
here is the example
QImage raw((uchar*)byte.data(), 480, 640, QImage::Format_Grayscale16); raw.save(QString("%1/depth.raw").arg(fileName));
use the flag QImage::Format_Grayscale16