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
25 lines
453 B
JSON
25 lines
453 B
JSON
{
|
|
"size": {
|
|
"width": 300,
|
|
"height": 200
|
|
},
|
|
"creationDate": 1600512957000,
|
|
"creationDateOffset": "+10:00",
|
|
"fileSize": 22755,
|
|
"cameraData": {
|
|
"model": "ILCE-7RM3",
|
|
"make": "Sony"
|
|
},
|
|
"positionData": {
|
|
"GPSData": {
|
|
"longitude": 151.210381,
|
|
"latitude": -33.855698
|
|
},
|
|
"country": "Australien",
|
|
"state": "New South Wales",
|
|
"city": "Dawes Point"
|
|
},
|
|
"keywords": [
|
|
"Sydney Opera House"
|
|
]
|
|
} |