mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-11-22 10:02:43 -05:00
PSD: add support for GrayA (8/16/32 bit) and Gray 32 bit
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
{
|
||||
"fileName" : "32bit_grayscale.png",
|
||||
"colorSpace" : {
|
||||
"description" : "Linear Grayscale Profile",
|
||||
"colorModel" : "Gray",
|
||||
"description" : "RGB emulation of \"Linear Grayscale Profile\"",
|
||||
"colorModel" : "Rgb",
|
||||
"primaries" : "Custom",
|
||||
"transferFunction" : "Linear",
|
||||
"gamma" : 1
|
||||
|
||||
BIN
autotests/read/psd/testcard_graya16.png
Normal file
BIN
autotests/read/psd/testcard_graya16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
autotests/read/psd/testcard_graya16.psd
Normal file
BIN
autotests/read/psd/testcard_graya16.psd
Normal file
Binary file not shown.
26
autotests/read/psd/testcard_graya16.psd.json
Normal file
26
autotests/read/psd/testcard_graya16.psd.json
Normal file
@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"fileName" : "testcard_graya16.png",
|
||||
"colorSpace" : {
|
||||
"description" : "RGB emulation of \"Gray Gamma 2.2\"",
|
||||
"colorModel" : "Rgb",
|
||||
"primaries" : "SRgb",
|
||||
"transferFunction" : "Gamma",
|
||||
"gamma" : 2.19922
|
||||
},
|
||||
"metadata" : [
|
||||
{
|
||||
"key" : "ModificationDate",
|
||||
"value" : "2025-11-17T07:27:47"
|
||||
},
|
||||
{
|
||||
"key" : "Software" ,
|
||||
"value" : "Adobe Photoshop 26.11 (Windows)"
|
||||
}
|
||||
],
|
||||
"resolution" : {
|
||||
"dotsPerMeterX" : 11811,
|
||||
"dotsPerMeterY" : 11811
|
||||
}
|
||||
}
|
||||
]
|
||||
BIN
autotests/read/psd/testcard_graya32.png
Normal file
BIN
autotests/read/psd/testcard_graya32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
autotests/read/psd/testcard_graya32.psd
Normal file
BIN
autotests/read/psd/testcard_graya32.psd
Normal file
Binary file not shown.
26
autotests/read/psd/testcard_graya32.psd.json
Normal file
26
autotests/read/psd/testcard_graya32.psd.json
Normal file
@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"fileName" : "testcard_graya32.png",
|
||||
"colorSpace" : {
|
||||
"description" : "RGB emulation of \"Profilo scala di grigio lineare\"",
|
||||
"colorModel" : "Rgb",
|
||||
"primaries" : "Custom",
|
||||
"transferFunction" : "Linear",
|
||||
"gamma" : 1
|
||||
},
|
||||
"metadata" : [
|
||||
{
|
||||
"key" : "ModificationDate",
|
||||
"value" : "2025-11-17T07:29:19"
|
||||
},
|
||||
{
|
||||
"key" : "Software" ,
|
||||
"value" : "Adobe Photoshop 26.11 (Windows)"
|
||||
}
|
||||
],
|
||||
"resolution" : {
|
||||
"dotsPerMeterX" : 11811,
|
||||
"dotsPerMeterY" : 11811
|
||||
}
|
||||
}
|
||||
]
|
||||
BIN
autotests/read/psd/testcard_graya8.png
Normal file
BIN
autotests/read/psd/testcard_graya8.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
autotests/read/psd/testcard_graya8.psd
Normal file
BIN
autotests/read/psd/testcard_graya8.psd
Normal file
Binary file not shown.
28
autotests/read/psd/testcard_graya8.psd.json
Normal file
28
autotests/read/psd/testcard_graya8.psd.json
Normal file
@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"fileName" : "testcard_graya8.png",
|
||||
"fuzziness" : 1,
|
||||
"perceptiveFuzziness" : true,
|
||||
"colorSpace" : {
|
||||
"description" : "RGB emulation of \"Gray Gamma 2.2\"",
|
||||
"colorModel" : "Rgb",
|
||||
"primaries" : "SRgb",
|
||||
"transferFunction" : "Gamma",
|
||||
"gamma" : 2.19922
|
||||
},
|
||||
"metadata" : [
|
||||
{
|
||||
"key" : "ModificationDate",
|
||||
"value" : "2025-11-17T07:28:50"
|
||||
},
|
||||
{
|
||||
"key" : "Software" ,
|
||||
"value" : "Adobe Photoshop 26.11 (Windows)"
|
||||
}
|
||||
],
|
||||
"resolution" : {
|
||||
"dotsPerMeterX" : 11811,
|
||||
"dotsPerMeterY" : 11811
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user