[wp-trac] [WordPress Trac] #53645: Convert heic to a web safe image format.

WordPress Trac noreply at wordpress.org
Mon Aug 5 04:11:55 UTC 2024


#53645: Convert heic to a web safe image format.
--------------------------------------+------------------------------
 Reporter:  spacedmonkey              |       Owner:  adamsilverstein
     Type:  enhancement               |      Status:  closed
 Priority:  normal                    |   Milestone:  6.7
Component:  Media                     |     Version:
 Severity:  normal                    |  Resolution:  fixed
 Keywords:  has-patch has-unit-tests  |     Focuses:
--------------------------------------+------------------------------
Changes (by noisysocks):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"58849" 58849]:
 {{{
 #!CommitTicketReference repository="" revision="58849"
 Media: Automatically convert HEIC images to JPEG

 Automatically create a JPEG version of uploaded HEIC images if the server
 has
 a version of Imagick that supports HEIC. Conversion is done silently
 through
 the existing `WP_Image_Editor` infrastructure that creates multiple sizes
 of
 uploaded images.

 This allows users to view HEIC images in WP Admin and use them in their
 posts
 and pages regardless of whether their browser supports HEIC. Browser
 support
 for HEIC is relatively low (only Safari) while the occurrence of HEIC
 images is
 relatively common. The original HEIC image can be downloaded via a link on
 the attachment page.

 Props adamsilverstein, noisysocks, swissspidy, spacedmonkey,
 peterwilsoncc.
 Fixes #53645.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/53645#comment:55>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list