mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
75d81d42bd
* reading caption and title from several tags with several tests added minor bugfix for date conversion to MS optimization: break sidecar loop, when first sidecar is found
33 lines
492 B
JSON
33 lines
492 B
JSON
{
|
|
"size": {
|
|
"width": 10,
|
|
"height": 5
|
|
},
|
|
"caption": "Description of image",
|
|
"creationDate": 328817998000,
|
|
"faces": [
|
|
{
|
|
"box": {
|
|
"height": 1,
|
|
"left": 6,
|
|
"top": 2,
|
|
"width": 2
|
|
},
|
|
"name": "Person1"
|
|
},
|
|
{
|
|
"box": {
|
|
"height": 2,
|
|
"left": 2,
|
|
"top": 1,
|
|
"width": 2
|
|
},
|
|
"name": "Person2"
|
|
}
|
|
],
|
|
"fileSize": 1430,
|
|
"keywords": [
|
|
"Thing3"
|
|
],
|
|
"title": "The title"
|
|
} |