1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/test/backend/assets/exiftool.json
Patrik J. Braun 47d864abe5 Multiples small tweaks to save on the server response size:
* Removing ids from DTO as it is not needed on the client side. ~4% saving
 * Removing orientation information from DB and server response. ~3% saving
 * removing altitude from GPS data and reducing GPS, exposure and fstop precision ~3%
 Altogether 10% saving expected.
 #437
2022-03-25 21:51:42 +01:00

41 lines
700 B
JSON

{
"cameraData": {
"ISO": 160,
"exposure": 0.0008,
"fStop": 5.6,
"focalLength": 85,
"lens": "EF-S15-85mm f/3.5-5.6 IS USM",
"make": "Canon",
"model": "Canon EOS 600D"
},
"creationDate": 1434116432000,
"faces": [
{
"box": {
"height": 626,
"left": 375,
"top": 353,
"width": 669
},
"name": "Alvin the Squirrel"
}
],
"fileSize": 909930,
"keywords": [
"USA",
"Yosemite"
],
"positionData": {
"GPSData": {
"latitude": 37.746765,
"longitude": -119.529883
},
"country": "United States",
"state": "California"
},
"size": {
"height": 1132,
"width": 1697
}
}