Skip to content

Loading resized images in layers on slow connections #371

Discussion options

You must be logged in to vote

The behavior you are describing is characteristic of the progressive decoding process used in WebP images, specifically for the lossy WebP format. Progressive decoding allows an image to be partially decoded and displayed before the entire file has been downloaded, improving the perceived load time on slow connections. Here’s a breakdown of how this works:

  1. Initial Decoding (Grayscale or Low-Quality Color): The WebP format first decodes a low-quality preview of the image. This initial pass often involves only the luminance (grayscale) data, giving a quick but rough idea of the image's overall structure and content. This step is fast because it processes less data.

  2. Intermediate Decoding…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jonasboman
Comment options

@jonasboman
Comment options

@JimBobSquarePants
Comment options

Answer selected by jonasboman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants