You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
Traceback (most recent call last): File "G:\ggsheet\main.py", line 31, in main builder.build_image() File "G:\ggsheet\src\image_builder.py", line 471, in build_image self.draw_header_footer() File "G:\ggsheet\src\image_builder.py", line 369, in draw_header_footer self.__draw_image(image,new_img) File "G:\ggsheet\src\image_builder.py", line 496, in __draw_image new_img = new_img.resize((new_width,new_height),Image.ANTIALIAS) ^^^^^^^^^^^^^^^ AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "G:\ggsheet\main.py", line 31, in main builder.build_image() File "G:\ggsheet\src\image_builder.py", line 471, in build_image self.draw_header_footer() File "G:\ggsheet\src\image_builder.py", line 369, in draw_header_footer self.__draw_image(image,new_img) File "G:\ggsheet\src\image_builder.py", line 496, in __draw_image new_img = new_img.resize((new_width,new_height),Image.ANTIALIAS) ^^^^^^^^^^^^^^^ AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'
The text was updated successfully, but these errors were encountered: