Skip to content

Commit fd993ef

Browse files
Update roboflow/util/image_utils.py
Co-authored-by: Iuri de Silvio <[email protected]>
1 parent 8a11f16 commit fd993ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/util/image_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from PIL import Image
1212

1313
pillow_heif.register_heif_opener(thumbnails=False) # Register for HEIF/HEIC
14-
pillow_heif.register_avif_opener() # Register for AVIF
14+
pillow_heif.register_avif_opener(thumbnails=False) # Register for AVIF
1515

1616

1717
def check_image_path(image_path):

0 commit comments

Comments
 (0)