Updated on 2024-03-04 GMT+08:00

Interlaced Image Loading

You can edit code on OBS Console or make an API call to interlace images.

With format conversion function, the image is output in Baseline JPEG format. If you want to output an image in Progressive JPEG, use the interlace parameter. Table 1 lists the parameters in detail.

  • Presentation mode of Baseline JPG images: top to down.
  • Presentation mode of Progressive JPEG images: blurred to clear.

Operation name: interlace

Table 1 Interlace description

Parameter

Value Description

Code Example

value

The value can be 0 or 1.

0: The output is a JPG image that is presented from top to down.

1: The output is a JPEG image that is presented progressively.

image/format,jpg/interlace,1