mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
47d864abe5
* 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
23 lines
372 B
JSON
23 lines
372 B
JSON
{
|
|
"size": {
|
|
"width": 3024,
|
|
"height": 4032
|
|
},
|
|
"creationDate": 1518964712000,
|
|
"fileSize": 256001,
|
|
"cameraData": {
|
|
"model": "Pixel 2",
|
|
"make": "Google",
|
|
"ISO": 116,
|
|
"focalLength": 4.442,
|
|
"exposure": 0.0083,
|
|
"fStop": 1.8
|
|
},
|
|
"positionData": {
|
|
"GPSData": {
|
|
"longitude": -73.964251,
|
|
"latitude": 40.778451
|
|
}
|
|
}
|
|
}
|