mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
Allow to load/save info about: - GPS info (latitude, longitude, altitude) - Various text info (title, description, author, copyright, etc...) - Image resolution The compatibility of the modifications has been tested with GIMP.
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
[
|
|
{
|
|
"fileName" : "metadata.png",
|
|
"metadata" : [
|
|
{
|
|
"key" : "CreationDate",
|
|
"value" : "2025-02-19T08:27:22+01:00"
|
|
},
|
|
{
|
|
"key" : "Software" ,
|
|
"value" : "GIMP 3.0.0-RC3"
|
|
},
|
|
{
|
|
"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" : 5905
|
|
}
|
|
}
|
|
]
|