Page 1 of 1
1.5.2 Wrong shutter speed reported.
Posted: Fri Jul 28, 2023 6:36 pm
by FKCapitalism2
Source File:
https://www.upload.ee/files/15510265/20 ... 0.zip.html
Shutter speed looks weird
Also note the size of the image is not "MiB" its says "Mi"
Settings > View > Info
Code: Select all
<h1>{EXIF:Model}</h1><h2>{EXIF:Lens Model}</h2>
<h3>{Filename With Ext} - {Size}</h3>
<b>{EXIF:Date Taken [mm d Y]}</b> at <b>{EXIF:Date Taken [H:M]}</b>
<font style="font-size:14px;">
<b>{EXIF:Exposure Index}{EXIF:Exposure Time}{EXIF:Shutter Speed}</b> Shutter Speed
<b>{EXIF:ISO Value}</b> ISO
<b>{EXIF:Aperture}</b>
<b>{EXIF:Exposure Bias}</b> EV</font>
({Tag status}) ({Rating}) ({Color label})
Re: 1.5.2 Wrong shutter speed reported.
Posted: Wed Aug 02, 2023 4:05 pm
by xnview
Re: 1.5.2 Wrong shutter speed reported.
Posted: Thu Aug 03, 2023 2:11 pm
by FKCapitalism2
xnview wrote: Wed Aug 02, 2023 4:05 pm
there is a password
No password i just checked. Its created using WinRar, perhaps i set compression too high so it won't open in other software.
Uploaded again here
https://www.upload.ee/files/15533521/20 ... 0.zip.html
Re: 1.5.2 Wrong shutter speed reported.
Posted: Thu Aug 03, 2023 7:55 pm
by xnview
ok, i have it
What's the problem with Shutter speed, it's 1.00
About the MiB display problem, try to add a space before or after </h3>
Re: 1.5.2 Wrong shutter speed reported.
Posted: Fri Aug 04, 2023 2:07 pm
by FKCapitalism2
xnview wrote: Thu Aug 03, 2023 7:55 pm
ok, i have it
What's the problem with Shutter speed, it's 1.00
It say's
1.001.00 i have no idea how to read this. Can it be rounded down to more readable say
1.0s?
How about this file (
https://www.upload.ee/files/15537040/11 ... 1.zip.html)
It say shutter speed is
1/44001/4400 its just confusing to understand, in other software it reported as
1/4400s which is much easier to comprehend.
xnview wrote: Thu Aug 03, 2023 7:55 pmAbout the MiB display problem, try to add a space before or after </h3>
Space did not help however adding
after <h3> worked.
Code: Select all
<h3>{Filename With Ext} - {Size}</h3>
Re: 1.5.2 Wrong shutter speed reported.
Posted: Fri Aug 04, 2023 3:34 pm
by user0
FKCapitalism2 wrote: Fri Aug 04, 2023 2:07 pm
It say's
1.001.00 i have no idea how to read this. Can it be rounded down to more readable say
1.0s?
you have
{EXIF:Exposure Time} and
{EXIF:Shutter Speed}, they return same value
FKCapitalism2 wrote: Fri Aug 04, 2023 2:07 pm
Space did not help however adding
after <h3> worked.
Code: Select all
<h3>{Filename With Ext} - {Size}</h3>
Info box has some
quirks in sizing behaviour that unfortuntely always depend on characters count
Re: 1.5.2 Wrong shutter speed reported.
Posted: Fri Aug 04, 2023 4:55 pm
by FKCapitalism2
user0 wrote: Fri Aug 04, 2023 3:34 pm
FKCapitalism2 wrote: Fri Aug 04, 2023 2:07 pm
It say's
1.001.00 i have no idea how to read this. Can it be rounded down to more readable say
1.0s?
you have
{EXIF:Exposure Time} and
{EXIF:Shutter Speed}, they return same value
Ahh you right i did not see that.