commit: 5280fb51124094ae0f80b9fdd6a5af9f65d702c6
parent a39f03dd6ef1032bbc5ffa8cc7042d692bd260c1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 4 Mar 2024 12:29:24 +0100
notes/magnitudes: Use SI for image result
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/notes/magnitudes.xhtml b/notes/magnitudes.xhtml
@@ -37,7 +37,7 @@
<h2 id="image">Image filesizes</h2>
<dl>
<dt>FullHD, True Color (24-bit), no compression, no color-indexing</dt>
- <dd><code>(1920 × 1080 × 24 bit)/8 = 6220800 octets ≈ <strong>5.93 MiB</strong></code>. A file header of say 16 octets (4 octets each for: magic/signature, codec, height, width) being negligible at this magnitude.</dd>
+ <dd><code>(1920 × 1080 × 24 bit)/8 = 6220800 octets = <strong>6.2208 MB</strong></code>. A file header of say 16 octets (4 octets each for: magic/signature, codec, height, width) being negligible at this magnitude.</dd>
</dl>
<h2 id="video">Video</h2>