Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for JXL #12

Open
PowerKiKi opened this issue Mar 15, 2022 · 2 comments
Open

Add support for JXL #12

PowerKiKi opened this issue Mar 15, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@PowerKiKi
Copy link
Member

JPEG XL is a brand new image format that is, of course, better than everything else. And especially it made by JPEG committee themselves and has clear migration path. That gives it a good chance to actually replace JPG someday.

Since browser support is still behind a flag, there is no hurry for us to implement this. But when we do we'll have to be careful about Gmagick support (Imagick already supports it)

@PowerKiKi
Copy link
Member Author

PowerKiKi commented Dec 19, 2022

Before doing anything, we must check if chrome actually dropped support for it, or if they reintroduced it...

@antermin
Copy link

antermin commented Jun 7, 2023

Unfortunately, Chrome indeed dropped it since 110.
But the great news is that Apple has become an adopter, and it will be supported by Safari 17 (supported by default, no need to turn on any flags to enable it) and macOS.

@PowerKiKi PowerKiKi added the enhancement New feature or request label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants