← Return to tool
Log in with itch.io to leave a comment.
Had to add this to playscii.py right after line 70:from PIL import Image as pil from pkg_resources import parse_version if parse_version(pil.__version__)>=parse_version('10.0.0'): Image.ANTIALIAS=Image.LANCZOSSee: https://stackoverflow.com/a/77236546
thanks, this is a good fix. i'll commit it soon.
← Return to tool
Comments
Log in with itch.io to leave a comment.
Had to add this to playscii.py right after line 70:
from PIL import Image as pil
from pkg_resources import parse_version
if parse_version(pil.__version__)>=parse_version('10.0.0'):
Image.ANTIALIAS=Image.LANCZOS
See: https://stackoverflow.com/a/77236546
thanks, this is a good fix. i'll commit it soon.