1.5.2 Wrong shutter speed reported.

*** Please report new bugs here! ***

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
FKCapitalism2
Posts: 300
Joined: Sun Apr 23, 2023 5:14 am

1.5.2 Wrong shutter speed reported.

Post by FKCapitalism2 »

Source File: https://www.upload.ee/files/15510265/20 ... 0.zip.html


Shutter speed looks weird

Image

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})
User avatar
xnview
Author of XnView
Posts: 46238
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: 1.5.2 Wrong shutter speed reported.

Post by xnview »

FKCapitalism2 wrote: Fri Jul 28, 2023 6:36 pm Source File: https://www.upload.ee/files/15510265/20 ... 0.zip.html
there is a password
Pierre.
FKCapitalism2
Posts: 300
Joined: Sun Apr 23, 2023 5:14 am

Re: 1.5.2 Wrong shutter speed reported.

Post by FKCapitalism2 »

xnview wrote: Wed Aug 02, 2023 4:05 pm
FKCapitalism2 wrote: Fri Jul 28, 2023 6:36 pm Source File: https://www.upload.ee/files/15510265/20 ... 0.zip.html
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
User avatar
xnview
Author of XnView
Posts: 46238
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: 1.5.2 Wrong shutter speed reported.

Post 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>
Pierre.
FKCapitalism2
Posts: 300
Joined: Sun Apr 23, 2023 5:14 am

Re: 1.5.2 Wrong shutter speed reported.

Post 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.

Image



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 &nbsp; after <h3> worked.

Code: Select all

<h3>{Filename With Ext} - {Size}</h3>&nbsp;
User avatar
user0
XnThusiast
Posts: 2414
Joined: Sat May 09, 2015 9:37 am

Re: 1.5.2 Wrong shutter speed reported.

Post 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 &nbsp; after <h3> worked.

Code: Select all

<h3>{Filename With Ext} - {Size}</h3>&nbsp;
Info box has some quirks in sizing behaviour that unfortuntely always depend on characters count
FKCapitalism2
Posts: 300
Joined: Sun Apr 23, 2023 5:14 am

Re: 1.5.2 Wrong shutter speed reported.

Post 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.
Post Reply