mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kimgio: correct note in jp2 plugin
color space is exclusive value Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
12a58a3ee0
commit
b19a07619d
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue