mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-19 12:14:20 -04:00
More metadata read tests
Adds some metadata/read resolution tests without adding new images.
This commit is contained in:
committed by
Albert Astals Cid
parent
287a447095
commit
873ec1bb5f
@ -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",
|
||||
|
@ -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",
|
||||
|
15
autotests/read/xcf/bug_476755_rgb_layers.xcf.json
Normal file
15
autotests/read/xcf/bug_476755_rgb_layers.xcf.json
Normal file
@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"fileName" : "bug_476755_rgb_layers.png",
|
||||
"metadata" : [
|
||||
{
|
||||
"key" : "Comment" ,
|
||||
"value" : "Created with GIMP"
|
||||
}
|
||||
],
|
||||
"resolution" : {
|
||||
"dotsPerMeterX" : 62992,
|
||||
"dotsPerMeterY" : 62992
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user