Closed WaltCuller closed 1 year ago
Thats interessting. Normally a fraction is displayed. There must be something special with your file. Can you provide your example image?
Github can't upload a file size more than 10MB. Any way can I upload? In my opinion, my photos on my MacOS preview is display in fractions, maybe I misused some setting in your project?
At last but important than this issue, Merry Christmas Eve and Have a Good Day!
If you zip your image you can upload up to 25MB (https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files)
I finaly had the time to take a deeper look at this issue, here is my analysis:
There are multiple ways of how we could handle your issue now:
exposureTime
I forked the Hugo repo. I use my photos and other brands' raw files downloaded from the internet to debug and parse EXIF info.
ExposureTime 1/6400',
30' would be 10/64000',
300/10' when parsing Nikon NEF files or JPEGs generated from NEF.
For now, I use the first way as a compromise. And between the second way and the third way, the third way is still a compromise.
I will close this issue and try to provide a PR for Hugo. Thanks for your deeper help.
At first, thanks for your awesome gallery project.
In general, the exposure time should be expressed in fractions,like 1/100 1/ 320.
But when I used Hugo command to generate the static pages, the exposure time expressed in decimals.
As a temporary solution, I set the fraction expressed exposure time in sidecar files.