-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Support JPEG XL #10003
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. |
3 tasks
Opened a PR for the code changes (#10015), as well as a PR for the documentation changes (parcel-bundler/website#1112). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
π 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: