Support JPEG XL #188
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
img2pdf *.jxl out.pdf
currently returnsRead more about JPEG XL: https://jpegxl.info/
img2pdf uses Pillow as an imaging library. Once PIL understands jpeg xl, img2pdf will automatically support it as well. So your request for jpeg xl support should instead go here:
https://github.com/python-pillow/Pillow/issues/4247