Hi all,
Just a heads up for skin developers or those using the alltimeSeasons skin in v5. Cheetah died due to the use of a deprecated ANTIALIAS attribute. Pillow 10.0.0 has replaced it.
"Now you need to use PIL.Image.LANCZOS or PIL.Image.Resampling.LANCZOS."
This stackoverflow confirms and gives the new code needed.
I had this crop up in Glenn’s AllTimeSeasons skin.
As a quick fix I removed the reference to anti-alias in the skin.conf file and it seems to have allowed the image generation to continue.
Cheers
Chris