mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-14 02:54:19 -04:00
SCT: added read only support
I keep adding old formats to ensure interoperability with as many programs as possible... This plugin adds read-only support for the Scitex SCT format only. This format is also supported by Photoshop in read and write (SCT test cases were created by Photoshop). [Scitex HandShake Formats Specifications](/uploads/a3e213e48349d898b260375d6c052521/Scitex_HandShake_Formats.pdf)
This commit is contained in:
@ -72,6 +72,7 @@ kimageformats_read_tests(
|
||||
qoi
|
||||
ras
|
||||
rgb
|
||||
sct
|
||||
tga
|
||||
)
|
||||
|
||||
|
BIN
autotests/read/sct/cmyk.sct
Normal file
BIN
autotests/read/sct/cmyk.sct
Normal file
Binary file not shown.
11
autotests/read/sct/cmyk.sct.json
Normal file
11
autotests/read/sct/cmyk.sct.json
Normal file
@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"minQtVersion" : "6.8.0",
|
||||
"fileName" : "cmyk.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/sct/cmyk.tif
Normal file
BIN
autotests/read/sct/cmyk.tif
Normal file
Binary file not shown.
BIN
autotests/read/sct/gray.png
Normal file
BIN
autotests/read/sct/gray.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
autotests/read/sct/gray.sct
Normal file
BIN
autotests/read/sct/gray.sct
Normal file
Binary file not shown.
BIN
autotests/read/sct/rgb.png
Normal file
BIN
autotests/read/sct/rgb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
autotests/read/sct/rgb.sct
Normal file
BIN
autotests/read/sct/rgb.sct
Normal file
Binary file not shown.
Reference in New Issue
Block a user