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
17 lines
260 B
JSON
17 lines
260 B
JSON
{
|
|
"cameraData": {
|
|
"ISO": 500,
|
|
"exposure": 0.0333,
|
|
"fStop": 2,
|
|
"focalLength": 2.96,
|
|
"make": "HUAWEI",
|
|
"model": "HUAWEI G6-L11"
|
|
},
|
|
"creationDate": 1460826466000,
|
|
"fileSize": 1980,
|
|
"size": {
|
|
"height": 1,
|
|
"width": 1
|
|
}
|
|
}
|