WordPress 6.7 version is the last major release of the year and is expected to be released in theNovember 12It's official, so keep an eye out for the latest WordPress information on our"WordPress Information". In WordPress 6.7.HEICImage UploadWill be automatically converted to JPEG on the server when possibleThe
![图片[1]-在 WordPress 6.7 中自动将 HEIC 图像转换为 JPEG-光子波动网 | WordPress教程、Elementor教程与故障修复](https://www.361sale.com/wp-content/uploads/2024/08/2024081503251292.jpg)
This allows visitors to view HEIC images and use them in posts and pages in WP Admin regardless of whether their browser supports HEIC or not.Browsers have low support for HEIC.And it's common for HEIC images to appear as they areDefault storage format used by Apple devicesThe
The original HEIC image can be downloaded via a link on the attached page.
![图片[2]-在 WordPress 6.7 中自动将 HEIC 图像转换为 JPEG-光子波动网 | WordPress教程、Elementor教程与故障修复](https://www.361sale.com/wp-content/uploads/2024/08/2024081503150455.png)
Conversions are only performed if the server has a version of Imagick that supports HEIC. Conversion can be done in theTools → Site Health → Information → Media Processing → ImageMagick Supported File FormatsTo see if the serverHEIC supportThe
![图片[3]-在 WordPress 6.7 中自动将 HEIC 图像转换为 JPEG-光子波动网 | WordPress教程、Elementor教程与故障修复](https://www.361sale.com/wp-content/uploads/2024/08/2024081503161392.png)
If conversion is not possible, a warning is displayed to the user encouraging them to manually convert the image to JPEG. this was the default before WordPress 6.7.
![图片[4]-在 WordPress 6.7 中自动将 HEIC 图像转换为 JPEG-光子波动网 | WordPress教程、Elementor教程与故障修复](https://www.361sale.com/wp-content/uploads/2024/08/2024081503163848.png)
It is possible to useimage_editor_output_format The filter disables the automatic conversion of HEIC images to JPEG.
add_filter( 'image_editor_output_format', function( $output_format ) {
unset( $output_format['image/heic'] );
return $output_format;
} );
Link to this article:https://www.361sale.com/en/16893/The article is copyrighted and must be reproduced with attribution.

















![表情[wozuimei]-光子波动网 | WordPress教程、Elementor教程与故障修复](https://www.361sale.com/wp-content/themes/zibll/img/smilies/wozuimei.gif)
![表情[baoquan]-光子波动网 | WordPress教程、Elementor教程与故障修复](https://www.361sale.com/wp-content/themes/zibll/img/smilies/baoquan.gif)

No comments