1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/src/backend
Sean Moore a81a96f30a Fix problem with unconstrained number of decimal digits for exposure value in info-panel
The photo exposure value will often overrun the focal length value in the info-panel when the number
of decimal digits is more than a few long. By convention, there shouldn't be any decimal digits in the
denominator so this fix rounds the denominator value before display. In addition, this fix increases
the number of decimal digits read from the photo exif metadata to improve the precision of the exposure value
to match what exiftool and other exif viewers display.
2022-09-01 15:38:20 -07:00
..
exceptions upgrading to bootstrap 5 2022-04-14 14:36:56 +02:00
middlewares Smaller performance tweeks to thumbnail reading 2022-06-27 23:46:17 +02:00
model Fix problem with unconstrained number of decimal digits for exposure value in info-panel 2022-09-01 15:38:20 -07:00
routes Implementing on-the-fly GPX compression. 2022-06-24 22:59:08 +02:00
index.ts Fixing lint errors 2022-04-25 18:09:06 +02:00
Logger.ts upgrading to bootstrap 5 2022-04-14 14:36:56 +02:00
ProjectPath.ts Fixing lint errors 2022-04-25 18:09:06 +02:00
server.ts Fixing lint errors 2022-04-25 18:09:06 +02:00