-
-
Notifications
You must be signed in to change notification settings - Fork 316
Support JPEG-XL image file #1114
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we need to install the JPEG-XL dependency in CI so that we can load the plugin and open the file. I.e., Modify our cpython_tests.yml
.
Is that something you know how to do (or want to learn), @Pandede, or should I fix that?
Thank you for your guidance. I know how to modify the CI/CD pipeline to install the JPEG-XL dependency. However, I'm currently unable to determine why the CI/CD is failing despite the pillow-jxl-plugin being installed successfully according to the logs. Could you please assist me in identifying the root cause of this issue? |
@FirefoxMetzger I've contacted with the author of |
Resolves #1113.
Enable to read/write operation on JPEG-XL (jxl) image file by registering the Pillow plugin pillow-jxl-plugin.