I get the following error when running `legofy` from the command line: `AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'` After some quick Googling, it appears that this is an issue with PIL having deprecated this method.
I get the following error when running
legofyfrom the command line:AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'After some quick Googling, it appears that this is an issue with PIL having deprecated this method.