Welcome Guest, Not a member yet? Register   Sign In
AVIF support
#1

Hello CI team!

Following one of my previous GitHub pushes a few months ago, could you integrate and enable the AVIF image format in the framework?
It is worth noting that almost all browsers now support it, and more and more websites are adopting this practice to ensure optimal network performance.

AVIF is the next generation image format compared to WEBP. Here is the table from the Can I use website:
https://caniuse.com/avif


Thanks for reply =)
Florian
Reply
#2

This is a community project and I expect they would be happy with your pull request to implement this., /Since you have a need for this, it might be a good first PR for you..

Looking at a high level I would expect it just needs to be added as recognized & mapped to the proper MIME type.
Reply
#3

(07-21-2024, 03:31 AM)Bosborne Wrote: This is a community project and I expect they would be happy with your pull request to implement this., /Since you have a need for this, it might be a good first PR for you..

Looking at a high level I would expect it just needs to be added as recognized & mapped to the proper MIME type.

It's a bit more complex because AVIF was not supported in the image upload classes of CI (resulting in a 500 error). There are MIME types, the upload process, and other directives in the core that need to be modified.
Reply
#4

(07-21-2024, 06:20 AM)ALTITUDE_DEV Wrote:
(07-21-2024, 03:31 AM)Bosborne Wrote: This is a community project and I expect they would be happy with your pull request to implement this., /Since you have a need for this, it might be a good first PR for you..

Looking at a high level I would expect it just needs to be added as recognized & mapped to the proper MIME type.

It's a bit more complex because AVIF was not supported in the image upload classes of CI (resulting in a 500 error). There are MIME types, the upload process, and other directives in the core that need to be modified.

You have a vested interest and a need for this. The CI dev team is very small and busy working on other issues affecting more users.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB