add logic to convert images to avif and webp

This commit is contained in:
maxDorninger
2025-06-08 21:32:59 +02:00
parent 61ecf73f30
commit ec2493afdb
6 changed files with 91 additions and 26 deletions

View File

@@ -29,4 +29,6 @@ dependencies = [
"apscheduler>=3.11.0",
"alembic>=1.16.1",
"pytest>=8.4.0",
"pillow>=11.2.1",
"pillow-avif-plugin>=1.5.2",
]