Elektrine lite

← Feed

@fabienmarry@mastodon.social

Post #1381724

2026-03-30 11:09 UTC

@jaffathecake So replicating progressive jpg from decades ago?

Replies (1)

  • @fabienmarry not really. JPEG does support progressive rendering, but you're restricted to a subset of the full image data. Here's a progressive JPEG https://random-stuff.jakearchibald.com/apps/partial-img-decode/?demo=fox.jpg&density=2 - it gets a first pass on screen in ~34kb. Whereas that AVIF example gets a 'frame' on screen in 800b, and a 'recognisable' version on screen in less than 9kb.

    Open ##1381725