Changes between Initial Version and Version 1 of Ticket #62365, comment 15
- Timestamp:
- 03/19/2025 08:15:13 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62365, comment 15
initial v1 75 75 76 76 === 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 ( withthanks 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). 78 78 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. 80 80 81 81 - 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?