Overview
Sources
Libraries
Images API

Interlace interlace

Generate an interlace or progressive image.

Interlaced images can be useful to show a low resolution version of the image for users with slow connections progressively increasing the resolution until the final image is loaded.

This parameter only applies to the output formats jpeg, png and gif.

Values

  • true or 1: generates interlaced or progressive image.
  • false or 0: generates a non interlace or progressive image.

The default value for this parameter is false.

Examples

Generate a interlaced image using param interlace=true:

GET
https://assets.imglab-cdn.net/woman.jpeg?interlace=true
Woman holding a camera, image generated as a progressive JPEG using interlace parameter.
x px