Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/3.0/api/progressive-interlaced.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `interlace` parameter controls whether an image is rendered in a progressive

### Supported Formats

- **JPG**: The `onterlace` parameter applies a progressive scan to JPG images.
- **JPG**: The `interlace` parameter applies a progressive scan to JPG images.
- **PNG** and **GIF**: The `interlace` parameter enables interlacing for GIF/PNG images.

> Note: When `ext` is set to `.pjpg`, it will automatically generate a progressive JPG image, regardless of the `interlace` parameter.
Expand Down