More metadata read tests

Adds some metadata/read resolution tests without adding new images.
This commit is contained in:
Mirco Miranda
2025-01-16 23:03:37 +00:00
committed by Albert Astals Cid
parent 287a447095
commit 873ec1bb5f
16 changed files with 128 additions and 12 deletions

View File

@ -2,7 +2,11 @@
{
"minQtVersion" : "6.7.0",
"fileName" : "birthday16.png",
"seeAlso" : "https://bugreports.qt.io/browse/QTBUG-120614"
"seeAlso" : "https://bugreports.qt.io/browse/QTBUG-120614",
"resolution" : {
"dotsPerMeterX" : 4724,
"dotsPerMeterY" : 4724
}
},
{
"minQtVersion" : "6.0.0",

View File

@ -2,7 +2,11 @@
{
"minQtVersion" : "6.7.0",
"fileName" : "birthday32.png",
"seeAlso" : "https://bugreports.qt.io/browse/QTBUG-120614"
"seeAlso" : "https://bugreports.qt.io/browse/QTBUG-120614",
"resolution" : {
"dotsPerMeterX" : 4724,
"dotsPerMeterY" : 4724
}
},
{
"minQtVersion" : "6.0.0",

View File

@ -0,0 +1,15 @@
[
{
"fileName" : "bug_476755_rgb_layers.png",
"metadata" : [
{
"key" : "Comment" ,
"value" : "Created with GIMP"
}
],
"resolution" : {
"dotsPerMeterX" : 62992,
"dotsPerMeterY" : 62992
}
}
]