apply_filters( ‘image_save_progressive’, bool $interlace, string $mime_type )

In this article

Filters whether to output progressive images (if available).

Parameters

$interlacebool
Whether to use progressive images for output if available. Default false.
$mime_typestring
The mime type being saved.

Source

imageinterlace( $image, apply_filters( 'image_save_progressive', false, $mime_type ) );

Changelog

VersionDescription
6.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.