Keyboard shortcuts

/ or ⌘/Ctrl K
Find a note
j / k
Next / previous section or linked note
h / l
Collapse or go to parent / expand or enter
e or Alt-click
Read a linked note here
o
Open focused note on its own
g g / G
First / last section or linked note
g h / g a
Home / all notes
g b / g t
Backlinks / table of contents
t
Cycle System, Light, Dark
? / Esc
Show / close this reference

Search: ↑/↓ or Ctrl N/P, Enter to open. Shortcuts pause while typing.

obscure features of jpeg [ad9922f6]

Tags: computers, articles

1. Progessive JPEGs

  • contains data in a different order, lets the decoder produce a full-sized image from first chunk of file with low detail, then fill details in as image loads
  • originally made for web browsers over slow connections

2. Multi-Scan JPEGs

  • Regular JPEGs are single scan sequential: all data is stored from top to bottom, with colors and coefficients in full
  • Multi-scan stores this in a separate way, allows JPEGs to be scanned multiple times, each scan loading additional data

    • Means that first load can show sketch of image, second load can show colors, etc