We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72f7ea commit 722118aCopy full SHA for 722118a
roboflow/util/image_utils.py
@@ -1,12 +1,14 @@
1
+# Standard library imports
2
import base64
3
import io
4
import os
5
import urllib
6
7
+# Third-party imports
8
+import pillow_heif # type: ignore[import-untyped]
9
import requests
10
import yaml
11
from PIL import Image
-import pillow_heif # type: ignore[import-untyped]
12
13
pillow_heif.register_heif_opener(thumbnails=False) # Register for HEIF/HEIC
14
pillow_heif.register_avif_opener() # Register for AVIF
0 commit comments