diff --git a/src/imageformats/raw.cpp b/src/imageformats/raw.cpp index ad34018..63d817a 100644 --- a/src/imageformats/raw.cpp +++ b/src/imageformats/raw.cpp @@ -676,6 +676,9 @@ bool LoadRAW(QImageIOHandler *handler, QImage &img) if (params.output_color == 4) { img.setColorSpace(QColorSpace(QColorSpace::ProPhotoRgb)); } + if (params.output_color == 7) { + img.setColorSpace(QColorSpace(QColorSpace::DisplayP3)); + } } // *** Set the metadata