Skip to content

Commit

Permalink
import pillow_avif to support avif codec
Browse files Browse the repository at this point in the history
  • Loading branch information
developer0hye authored Feb 4, 2025
1 parent f24e66d commit be879e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imgdiet/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import shutil
import numpy as np
from PIL import Image, ImageOps, UnidentifiedImageError
import pillow_avif
from typing import Dict, Optional, Tuple, Union
from pathlib import Path
from concurrent.futures import ThreadPoolExecutor
Expand Down

0 comments on commit be879e6

Please sign in to comment.