From 31f80fe6df079b4e67794f32acb011a730bd0f6e Mon Sep 17 00:00:00 2001 From: Luca Fabbri Date: Wed, 24 Jan 2024 14:15:52 +0100 Subject: [PATCH] Enabled AVIF support on image (#151) Closes #150 --- thumbor/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/thumbor/requirements.txt b/thumbor/requirements.txt index 699d30e8..9b14d39c 100644 --- a/thumbor/requirements.txt +++ b/thumbor/requirements.txt @@ -14,3 +14,4 @@ tc-aws==7.0.2 tc-core==0.5 thumbor==7.7.1 thumbor-wand-engine==0.1.1 +pillow-avif-plugin==1.4.2