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

@ -0,0 +1,9 @@
[
{
"fileName" : "rgb-gimp.png",
"resolution" : {
"dotsPerMeterX" : 3937,
"dotsPerMeterY" : 3937
}
}
]

View File

@ -1,5 +1,11 @@
[
{
"fileName" : "orientation_all.png"
"fileName" : "orientation_all.png",
"metadata" : [
{
"key" : "Software" ,
"value" : "GEGL"
}
]
}
]

View File

@ -1,5 +1,11 @@
[
{
"fileName" : "orientation_all.png"
"fileName" : "orientation_all.png",
"metadata" : [
{
"key" : "Software" ,
"value" : "GEGL"
}
]
}
]

View File

@ -1,5 +1,11 @@
[
{
"fileName" : "orientation_all.png"
"fileName" : "orientation_all.png",
"metadata" : [
{
"key" : "Software" ,
"value" : "GEGL"
}
]
}
]

View File

@ -1,5 +1,11 @@
[
{
"fileName" : "orientation_all.png"
"fileName" : "orientation_all.png",
"metadata" : [
{
"key" : "Software" ,
"value" : "GEGL"
}
]
}
]

View File

@ -1,5 +1,11 @@
[
{
"fileName" : "orientation_all.png"
"fileName" : "orientation_all.png",
"metadata" : [
{
"key" : "Software" ,
"value" : "GEGL"
}
]
}
]

View File

@ -1,5 +1,11 @@
[
{
"fileName" : "orientation_all.png"
"fileName" : "orientation_all.png",
"metadata" : [
{
"key" : "Software" ,
"value" : "GEGL"
}
]
}
]

View File

@ -1,5 +1,11 @@
[
{
"fileName" : "orientation_all.png"
"fileName" : "orientation_all.png",
"metadata" : [
{
"key" : "Software" ,
"value" : "GEGL"
}
]
}
]

View File

@ -1,5 +1,11 @@
[
{
"fileName" : "orientation_all.png"
"fileName" : "orientation_all.png",
"metadata" : [
{
"key" : "Software" ,
"value" : "GEGL"
}
]
}
]

View File

@ -1,7 +1,11 @@
[
{
"minQtVersion" : "6.8.0",
"fileName" : "testcard_cmyk8.tif"
"fileName" : "testcard_cmyk8.tif",
"resolution" : {
"dotsPerMeterX" : 3780,
"dotsPerMeterY" : 3780
}
},
{
"maxQtVersion" : "6.7.99",

View File

@ -0,0 +1,9 @@
[
{
"fileName" : "ICONDOC.png",
"resolution" : {
"dotsPerMeterX" : 25197,
"dotsPerMeterY" : 13780
}
}
]

View File

@ -0,0 +1,19 @@
[
{
"fileName" : "RAW_KODAK_C330_FORMAT_NONE_YRGB.png",
"metadata" : [
{
"key" : "Manufacturer",
"value" : "Kodak"
},
{
"key" : "Model" ,
"value" : "C330"
}
],
"resolution" : {
"dotsPerMeterX" : 3937,
"dotsPerMeterY" : 3937
}
}
]

View File

@ -1,7 +1,11 @@
[
{
"minQtVersion" : "6.8.0",
"fileName" : "cmyk.tif"
"fileName" : "cmyk.tif",
"resolution" : {
"dotsPerMeterX" : 3780,
"dotsPerMeterY" : 3780
}
},
{
"maxQtVersion" : "6.7.99",

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
}
}
]