-
Notifications
You must be signed in to change notification settings - Fork 0
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
Lint and documentation fixes #1
Conversation
Improved palette handling in ImageOps
Sorry I closed and reopened this. Not the best at using github. Believe these problems should be fixed. I did mean to close it. |
This is still a problem, which could fixed by d8f374f |
Support saving JPEG comments
Call init() if mimetype is not found with preinit()
Only assert image is similar
_decoder.get_next() may return None
Last trailer comment has priority
Do not assign new fp attribute to image when closing
Add tests for glyph alpha blending
Test error is raised without LOAD_TRUNCATED_IMAGES
Added SupportsArrayInterface
Do not import numpy.typing unless TYPE_CHECKING
Co-authored-by: Andrew Murray <[email protected]>
Renamed variable for first part of splitext to root
Disable platform guessing instead of adding dependencies-prefix
You will see that the Lint CI job is failing at python-pillow#6606.
You will also see that there is an error when building the documentation.
These are suggestions to resolve that.