From 3a33f67406e251f2ac45848c63a63beec55794be Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Thu, 23 Feb 2023 23:20:07 +0100 Subject: [PATCH] fix(doc): update resize method: Image.LANCZOS --- docs/index.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index b946084..4309714 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -211,8 +211,7 @@ appear on the site. Listed below are those settings: .. py:data:: AVATAR_RESIZE_METHOD The method to use when resizing images, based on the options available in - Pillow. Defaults to ``Image.Resampling.LANCZOS`` if the version of Pillow - is greater than 9.1.0 otherwise it's ``Image.ANTIALIASING`` + Pillow. Defaults to ``Image.LANCZOS``. .. py:data:: AVATAR_STORAGE_DIR