mirror of
https://github.com/ivanch/tcc.git
synced 2025-08-25 23:31:49 +00:00
Add load image, Dockerfile e requirements
This commit is contained in:
@@ -7,9 +7,11 @@ class ImageHelper:
|
||||
|
||||
@staticmethod
|
||||
def load_images():
|
||||
# ImageHelper.SimpleImage = Image(filename="simpleimage.png")
|
||||
# ImageHelper.BigImage = Image(filename="bigimage.png")
|
||||
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()
|
||||
ImageHelper.load_images()
|
Reference in New Issue
Block a user