-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.10.0
-
None
16-bit PGM images should be loaded into a QImage with Format_Grayscale16 to prevent data loss. When saving Format_Grayscale16 QImages the PGM Maxval should be 65535 to prevent data loss.
QImage::Format_Grayscale16 was added in Qt 5.13, but apparently the qppmhandler.cpp was never updated to support it.
This bug makes programs like Krita unusable for working with 16-bit PGM images.