*** Please report new bugs here! ***
Moderators: helmut, XnTriq, xnview, Dreamer
-
FKCapitalism2
- Posts: 300
- Joined: Sun Apr 23, 2023 5:14 am
Post
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})
-
xnview
- Author of XnView
- Posts: 46238
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
Contact:
Post
by xnview »
Pierre.
-
xnview
- Author of XnView
- Posts: 46238
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
Contact:
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
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.
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>
-
FKCapitalism2
- Posts: 300
- Joined: Sun Apr 23, 2023 5:14 am
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.