mirror of
https://github.com/ivanch/tcc.git
synced 2025-08-25 23:31:49 +00:00
Só ta funfando o status e o blur por enqunato
This commit is contained in:
BIN
FlaskAPI/static/__pycache__/image_helper.cpython-310.pyc
Normal file
BIN
FlaskAPI/static/__pycache__/image_helper.cpython-310.pyc
Normal file
Binary file not shown.
15
FlaskAPI/static/image_helper.py
Normal file
15
FlaskAPI/static/image_helper.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from wand.image import Image
|
||||
|
||||
|
||||
class ImageHelper:
|
||||
SimpleImage = None
|
||||
BigImage = None
|
||||
|
||||
@staticmethod
|
||||
def load_images():
|
||||
# ImageHelper.SimpleImage = Image(filename="simpleimage.png")
|
||||
# ImageHelper.BigImage = Image(filename="bigimage.png")
|
||||
pass
|
||||
|
||||
|
||||
ImageHelper.load_images()
|
Reference in New Issue
Block a user