mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-23 13:14:19 -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",
|
||||
|
Reference in New Issue
Block a user