mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-09 08:04:44 +00:00
fix(doc): update resize method: Image.LANCZOS
This commit is contained in:
parent
5416cf88f2
commit
3a33f67406
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue