Closed catid closed 1 year ago
In extractor.py:
filters = { n: getattr(PIL.Image, n) for n in ["BILINEAR", "BICUBIC", "ANTIALIAS", "LANCZOS"] }
The "ANTIALIAS" option has been deprecated for a while and is now removed and is causing build problems.
Thanks, could you please submit a PR that removes it?
In extractor.py:
The "ANTIALIAS" option has been deprecated for a while and is now removed and is causing build problems.