mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04:00
JXR: added CMYK image to read test
Improved read test to skip unsupported image format: the CMYK image test only works if you compile with Qt 6.8 or higher.
This commit is contained in:
committed by
Albert Astals Cid
parent
4f61e3912c
commit
cb5ca7fc48
BIN
autotests/read/jxr/testcard_cmyk8.jxr
Normal file
BIN
autotests/read/jxr/testcard_cmyk8.jxr
Normal file
Binary file not shown.
11
autotests/read/jxr/testcard_cmyk8.jxr.json
Normal file
11
autotests/read/jxr/testcard_cmyk8.jxr.json
Normal file
@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"minQtVersion" : "6.8.0",
|
||||
"fileName" : "testcard_cmyk8.tif"
|
||||
},
|
||||
{
|
||||
"maxQtVersion" : "6.7.99",
|
||||
"unsupportedFormat" : true,
|
||||
"comment" : "Qt versions lower than 6.8 do not support CMYK format so this test should be skipped."
|
||||
}
|
||||
]
|
BIN
autotests/read/jxr/testcard_cmyk8.tif
Normal file
BIN
autotests/read/jxr/testcard_cmyk8.tif
Normal file
Binary file not shown.
Reference in New Issue
Block a user