Progressive display

更新时间:
复制 MD 格式

The progressive display parameter allows an image to load in stages. This improves page loading speed and the user experience, especially for high-resolution and large images.

JPEG images can be rendered in two ways:

  • Top-down scan

  • From blurry to clear, which is noticeable on slow networks

By default, images are saved using the top-down scan method. To render an image from blurry to clear, use the progressive display parameter.

Parameter

Name

Description

Valid values

pr

1: Saves the image as a progressive JPEG.

0: Saves the image as a standard JPEG.

[0, 1]

Note

This parameter is valid only when the output image is in JPEG format.

Examples