[Webkit-unassigned] [Bug 227943] EXIF resolution information not applied
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 16 16:49:23 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=227943
--- Comment #2 from Eric Portis <e at ericportis.com> ---
@smfr:
Make sure you test in Firefox 90, which is fairly new and also the first version to ship support for EXIF-based intrinsic sizing. In v90, the third image appears large (as expected), for me.
Re: the DPI, a couple of notes...
- Binary EXIF stores `XResolution` and `YResolution` as rationals, hence 162/5 in the exiftool code. (A happy side effect of this is perfect precision.) exiftool prints decimals when it reports, though.
- The default values, according to the EXIF spec, are 72 dpi, so 32.4 is equivalent to 0.45x/ddpx, in terms of HTML/CSS.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210716/67403b8d/attachment.htm>
More information about the webkit-unassigned
mailing list