mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-10-14 09:24:23 -04:00
Add color space check during read test
This commit is contained in:
11
autotests/read/qoi/testcard_rgba.qoi.json
Normal file
11
autotests/read/qoi/testcard_rgba.qoi.json
Normal file
@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"fileName" : "testcard_rgba.qoi",
|
||||
"colorSpace" : {
|
||||
"description" : "sRGB",
|
||||
"primaries" : "SRgb",
|
||||
"transferFunction" : "SRgb",
|
||||
"gamma" : 2.31
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user