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
![Image[1]-Automatically convert HEIC images to JPEG in WordPress 6.7 - Photonwave.com | Professional WordPress Repair Service, Worldwide, Fast Response](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.
![Image[2]-Automatically convert HEIC images to JPEG in WordPress 6.7 - Photonwave.com | Professional WordPress Repair Service, Worldwide, Fast Response](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
![Image[3]-Automatically convert HEIC images to JPEG in WordPress 6.7 - Photon Fluctuation Network | Professional WordPress Repair Service, Global Reach, Fast Response](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.
![Image[4]-Automatically convert HEIC images to JPEG in WordPress 6.7 - Photonwave.com | Professional WordPress Repair Service, Worldwide, Fast Response](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;} );add_filter( 'image_editor_output_format', function( $output_format ) { unset( $output_format['image/heic'] ); return $output_format; } );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.
No comments