Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62365, comment 15


Ignore:
Timestamp:
03/19/2025 08:15:13 PM (13 months ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62365, comment 15

    initial v1  
    7575
    7676=== Additional Notes and Further Discussion
    77 - I'm not completely aware of how the conversion is being done behind the scene. Judging from the conversation, it seems that there is a double conversion in a chain: First from HEIC to JPG (default) and then from JPG to AVIF (with thanks to the filter hook upgrade).
     77- I'm not completely aware of how the conversion is being done behind the scene. Judging from the conversation, it seems that there is a double conversion in a chain: First from HEIC to JPG (default) and then from JPG to AVIF (thanks to the filter hook upgrade).
    7878
    79 - Still, I'm not if it's possible to do a straight conversion from HEIC to AVIF. The suggestion is that this type of conversion should be left to plugins, not native to WP.
     79- Still, I'm not sure if it's possible to do a straight conversion from HEIC to AVIF. The suggestion is that this type of conversion should be left to plugins, not native to WP.
    8080
    8181- I'm assuming that @adamsilverstein suggests leaving open this ticket just in case someone takes the time to upgrade the conversion system to avoid a chained conversion?