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
22 lines
315 B
JSON
22 lines
315 B
JSON
{
|
|
"cameraData": {
|
|
"ISO": 50,
|
|
"exposure": 0.0078,
|
|
"fStop": 2.4,
|
|
"focalLength": 4.32,
|
|
"make": "samsung",
|
|
"model": "SM-G975F"
|
|
},
|
|
"creationDate": 1614703656000,
|
|
"fileSize": 4709,
|
|
"keywords": [
|
|
"Max",
|
|
"Spaß",
|
|
"Yanik"
|
|
],
|
|
"size": {
|
|
"height": 5,
|
|
"width": 10
|
|
}
|
|
}
|