image_tools.py@Line5 import PIL + try: + import pillow_avif + except ImportError: + pass from PIL import Image
“pip3 install pillow-avif-plugin” to display avif.
Reposting because the blank space is missing.
try: import pillow_avif except ImportError: pass
Log in to post a comment.
“pip3 install pillow-avif-plugin” to display avif.
Reposting because the blank space is missing.