kimgio: correct note in jp2 plugin

color space is exclusive value

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-11-29 02:46:38 +02:00
parent 12a58a3ee0
commit b19a07619d

View file

@ -182,7 +182,7 @@ bool JP2Handler::read(QImage *image)
switch (ojimage->color_space) {
case OPJ_CLRSPC_UNKNOWN:
case OPJ_CLRSPC_UNSPECIFIED: {
// NOTE: there are images with unspecified and unknown color space that are sRGB but
// NOTE: there are images with unspecified or unknown color space that are sRGB but
// in case it is not sRGB and it looks weird when it is loaded tell the person who
// created the image to fix it somehow
kDebug() << "Unspecified or unknown color space";