Filters whether to strip metadata from images when they're resized.
$strip_metaboolwp-includes/class-wp-image-editor-imagick.php:642WP_Image_Editor_Imagick::thumbnail_image() * always strips profiles by default. * * @since 4.5.0 * * @param bool $strip_meta Whether to strip image metadata during resizing. Default true. */ if ( apply_filters( 'image_strip_meta', $strip_meta ) ) { $this->strip_meta(); // Fail silently if not supported. } try { /** * Special handling for certain types of PNG images:Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.