manual image processing

This commit is contained in:
Jörn-Michael Miehe 2023-09-10 15:22:45 +00:00
parent 050c8408d9
commit 657a7507f7

View file

@ -97,7 +97,11 @@ async def get_image(
try:
# Versuche, aus "manual"-Ordner zu laden
return await load_image(f"images_manual/{day}.jpg")
img = await load_image(f"images_manual/{day}.jpg")
# Als AdventImage verarbeiten
image = await AdventImage.from_img(img)
return image.img
except RuntimeError:
# Erstelle automatisch generiertes Bild