Support HDR image formats

This commit is contained in:
Leo Vasanko
2025-08-13 10:28:49 -07:00
parent 3a65277994
commit 05cc823e37
3 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,9 @@ from sanic.log import logger
from cista import config
from cista.util.filename import sanitize
import pillow_heif
pillow_heif.register_heif_opener()
bp = Blueprint("preview", url_prefix="/preview")