olijeffers0n / rustplus

Rust+ API Wrapper Written in Python for the Game: Rust
https://rplus.ollieee.xyz/
MIT License
102 stars 28 forks source link

Changed Image.ANTIALIAS to Image.LANCZOS #53

Closed quintindunn closed 1 year ago

quintindunn commented 1 year ago

Using Image.ANTIALIAS will throw an error on fresh installs of rustplus because PIL.Image.ANTIALIAS was removed in Pillow 10. Using Image.LANCZOS should produce identical results as Image.ANTIALIAS was simply an alias for it.