-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Support JPEG XL #10003
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
Comments
Want to send a PR for that patch? |
sure, I could do that. I just felt it wasn't worth a PR because it's such a tiny change. |
Opened a PR for the code changes (#10015), as well as a PR for the documentation changes (parcel-bundler/website#1112). |
Any possibility of the pr(s) being merged any time soon, or no? |
@solonovamax for what it's worth, the PR seems to be approved but is failing tests & therefore unmergable. Should I try to update/resubmit it? I'd also love to see JXL support in Parcel lol |
it failed due to an issue with sharp. |
Uh oh!
There was an error while loading. Please reload this page.
π Feature Request
Suppory JPEG XL as an output format for images.
π€ Expected Behavior
JPEG XL works
π― Current Behavior
JPEG XL does not work
π Possible Solution
Support JPEG XL.
π¦ Context
Supporting JPEG XL requires sharp β₯0.31.3, as well as a custom lib-vips build.
See: https://sharp.pixelplumbing.com/api-output#jxl
supporting this should be somewhat straightforward and only require adding one (or two) lines to
packages/transformers/image/src/ImageTransformer.js
:π» Examples
The text was updated successfully, but these errors were encountered: