mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
b2be0a9763
* exifr is used for most tags now * New timestamp handling, removed exif-parser, date supported for png * Removed offset from testhelper. It's optional * explanations * Feature/timestamps (#3) * preparing for further timestamp test * Added more test and fixed offset calculation bug * Revered old dimension test, added new timestamp tests, some bug fixes * Renamed png-test because faces overrule keywords
32 lines
457 B
JSON
32 lines
457 B
JSON
|
|
{
|
|
"size": {
|
|
"width": 26,
|
|
"height": 26
|
|
},
|
|
"creationDate": 1599990007000,
|
|
"creationDateOffset": "+05:00",
|
|
"fileSize": 5758,
|
|
"keywords": [
|
|
],
|
|
"faces": [
|
|
{
|
|
"name": "raspberry",
|
|
"box": {
|
|
"width": 21,
|
|
"height": 18,
|
|
"left": 3,
|
|
"top": 8
|
|
}
|
|
},
|
|
{
|
|
"name": "leaf",
|
|
"box": {
|
|
"width": 9,
|
|
"height": 7,
|
|
"left": 14,
|
|
"top": 1
|
|
}
|
|
}
|
|
]
|
|
} |