-
-
Notifications
You must be signed in to change notification settings - Fork 662
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
Complete JPEG-XL Support #726
Comments
This is fixed for the next release |
As of 1.0.0-a.39, the jxl support is still incomplete |
JXL is now indeed enabled by default but it still lacks the patches needed for the aforementioned issues to be fixed. Check the JPEG XL test page to see it yourself. |
@onzecki are the patches in ff under a about:config flag? or wold we need to do it ourselvs? |
As @gianni-rosato mentioned, they're not under FF sadly, however several Firefox forks, (Waterfox f.e., as mentioned) have applied patches for animations, transparency, color profiles and more to work correctly |
JXL support continues to be incomplete in 1.0.1-a.7. I think this should be reopened, as the initial issue still exists; any updates? |
It would be great if you could send those patches other forks do to have complet jxl |
Here's the history of patches relating to the JXL library in Waterfox : https://github.com/BrowserWorks/Waterfox/commits/current/third_party/jpeg-xl And here's the link to the JXL lib, https://github.com/libjxl/libjxl/tree/main/lib/jxl I don't know if this is enough to be any helpful |
I also found this resource describing the patches, which might be useful: https://discussion.fedoraproject.org/t/introducing-a-firefox-package-with-jpeg-xl-enabled/117139 |
these links might be useful https://codeberg.org/librewolf/source/src/branch/main/patches/JXL_improved_support.patch |
This still isn't fixed, I think the issue should definitely be reopened @mr-cheff |
Firefox needs to finish support for animated jxls yeah |
What feature would you like to see?
Currently, there is a flag disabled by default to support the JPEG-XL image format which works similarly to Firefox Nightly. This is great! However, there's a bit more to the story when it comes to complete JXL support:
Other details
Here's a proper implementation (via Waterfox):
And here's Zen's current implementation (presumably carried over from Firefox Nightly):
I think it is super awesome that the JPEG-XL flag is enabled in the first place, but this is an opportunity to go the extra mile for JXL support as it continues to improve elsewhere. The entire Apple ecosystem supports JPEG-XL, and Cloudinary cites serving billions of JPEG-XL images regularly. In addition, there are rumors that the iPhone 16 may shoot JPEG-XL images by default.
If you're interested in making this work, I can point you in the direction of the patchset & connect you with some developers who may be interested in helping make this work. Zen is really cool by the way, and given this issue is addressed, I'll happily switch from Waterfox to Zen without question! Thanks for your great work!
The text was updated successfully, but these errors were encountered: