mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04:00
PSD: added support to EXIF metadata
This commit is contained in:
committed by
Albert Astals Cid
parent
a89367dde6
commit
ac3591c7ea
@ -1,7 +1,21 @@
|
||||
[
|
||||
{
|
||||
"minQtVersion" : "6.8.0",
|
||||
"fileName" : "mch-16bits_qt_6_8.tif"
|
||||
"fileName" : "mch-16bits_qt_6_8.tif",
|
||||
"resolution" : {
|
||||
"dotsPerMeterX" : 4685,
|
||||
"dotsPerMeterY" : 4685
|
||||
},
|
||||
"metadata" : [
|
||||
{
|
||||
"key" : "CreationDate",
|
||||
"value" : "2022-11-11T14:27:52"
|
||||
},
|
||||
{
|
||||
"key" : "Software",
|
||||
"value" : "Adobe Photoshop 24.0 (Windows)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minQtVersion" : "6.0.0",
|
||||
|
@ -1,7 +1,21 @@
|
||||
[
|
||||
{
|
||||
"minQtVersion" : "6.8.0",
|
||||
"fileName" : "mch-8bits_qt_6.8.tif"
|
||||
"fileName" : "mch-8bits_qt_6.8.tif",
|
||||
"resolution" : {
|
||||
"dotsPerMeterX" : 4685,
|
||||
"dotsPerMeterY" : 4685
|
||||
},
|
||||
"metadata" : [
|
||||
{
|
||||
"key" : "CreationDate",
|
||||
"value" : "2022-11-11T14:27:39"
|
||||
},
|
||||
{
|
||||
"key" : "Software",
|
||||
"value" : "Adobe Photoshop 24.0 (Windows)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minQtVersion" : "6.0.0",
|
||||
|
BIN
autotests/read/psd/metadata.png
Normal file
BIN
autotests/read/psd/metadata.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
autotests/read/psd/metadata.psd
Normal file
BIN
autotests/read/psd/metadata.psd
Normal file
Binary file not shown.
59
autotests/read/psd/metadata.psd.json
Normal file
59
autotests/read/psd/metadata.psd.json
Normal file
@ -0,0 +1,59 @@
|
||||
[
|
||||
{
|
||||
"fileName" : "metadata.png",
|
||||
"metadata" : [
|
||||
{
|
||||
"key" : "CreationDate",
|
||||
"value" : "2025-01-14T13:53:32+01:00"
|
||||
},
|
||||
{
|
||||
"key" : "Software" ,
|
||||
"value" : "Adobe Photoshop 26.2 (Windows)"
|
||||
},
|
||||
{
|
||||
"key" : "Altitude",
|
||||
"value" : "34"
|
||||
},
|
||||
{
|
||||
"key" : "Author",
|
||||
"value" : "KDE Project"
|
||||
},
|
||||
{
|
||||
"key" : "Copyright",
|
||||
"value" : "@2025 KDE Project"
|
||||
},
|
||||
{
|
||||
"key" : "Description",
|
||||
"value" : "TV broadcast test image."
|
||||
},
|
||||
{
|
||||
"key" : "Latitude",
|
||||
"value" : "44.6478"
|
||||
},
|
||||
{
|
||||
"key" : "LensManufacturer",
|
||||
"value" : "KDE Glasses"
|
||||
},
|
||||
{
|
||||
"key" : "LensModel",
|
||||
"value" : "A1234"
|
||||
},
|
||||
{
|
||||
"key" : "Longitude",
|
||||
"value" : "10.9254"
|
||||
},
|
||||
{
|
||||
"key" : "Manufacturer",
|
||||
"value" : "KFramework"
|
||||
},
|
||||
{
|
||||
"key" : "Model",
|
||||
"value" : "KImageFormats"
|
||||
}
|
||||
],
|
||||
"resolution" : {
|
||||
"dotsPerMeterX" : 11811,
|
||||
"dotsPerMeterY" : 11811
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user