alguns consertos

This commit is contained in:
2023-09-18 12:24:05 -03:00
parent 35aaf31ba7
commit 4ea131299a
17 changed files with 14 additions and 108 deletions

View File

@@ -8,10 +8,7 @@ class ImageHelper:
@staticmethod
def load_images():
ImageHelper.SimpleImage = Image(filename="./static/small-image.png")
#ImageHelper.SimpleImage.save(filename="./static/small-image.png")
ImageHelper.BigImage = Image(filename="./static/big-image.png")
#ImageHelper.BigImage.save(filename="./static/big-image.png")
pass
ImageHelper.load_images()