Menu

#60 Add avif support

Git
open
nobody
None
5
2025-05-10
2025-05-10
axis6404
No

image_tools.py@Line5
import PIL

  • try:
  • import pillow_avif
  • except ImportError:
  • pass
    from PIL import Image

Discussion

  • axis6404

    axis6404 - 2025-05-10

    “pip3 install pillow-avif-plugin” to display avif.

     
  • axis6404

    axis6404 - 2025-05-10

    Reposting because the blank space is missing.

    try:
      import pillow_avif
    except ImportError:
      pass
    
     

Log in to post a comment.

MongoDB Logo MongoDB