1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/test/backend/assets/orientation/broken_orientation_exif2.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

17 lines
265 B
JSON

{
"cameraData": {
"ISO": 100,
"exposure": 0.001,
"fStop": 2.8,
"focalLength": 6.1,
"make": "Panasonic",
"model": "DMC-LZ7"
},
"creationDate": 1185452882000,
"fileSize": 124036,
"size": {
"height": 3072,
"width": 2304
}
}