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,19 @@
[
{
"fileName" : "RAW_KODAK_C330_FORMAT_NONE_YRGB.png",
"metadata" : [
{
"key" : "Manufacturer",
"value" : "Kodak"
},
{
"key" : "Model" ,
"value" : "C330"
}
],
"resolution" : {
"dotsPerMeterX" : 3937,
"dotsPerMeterY" : 3937
}
}
]