You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump pillow to 10.4.0 and mode check PyMunkHitBoxAlgorithm (#2375)
* Bump pillow to 10.4.0
* Replace the use of deprecated / optional attributes
* Use getattr for is_animated attribute per the pillow doc
* Use getattr for the n_frames attribute as well
* Annotate and document load_animated_gif
* Use str | Path annotation
* Add an Args block documenting resource_name
* Cross-ref the resource handles page in the programming guide
* Use 10.4.0 transpose constants
* Fix PymunkHitBoxAlgorithm.trace_image types + doc
* Add ValueError when given non-RGBA image
* Add a test for the ValueError
* Annotate trace_image's argument
* Correct pyright issues inside it
* Elaborate on the doc and fix issues with it
* Fix pyright issue with tilemap loading
* Explain the tile map changes
* Silence mypy's issue with Image.Image.open returning ImageFile instead of Image
* Run ./make.py format
0 commit comments