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 bf59acd commit 50d4f2cCopy full SHA for 50d4f2c
README.md
@@ -93,7 +93,7 @@ image.load()
93
from PIL import Image
94
import pillow_heif
95
96
-heif_file = pillow_heif.read('ABC.HEIC')
+heif_file = pillow_heif.read_heif('ABC.HEIC')
97
image = Image.frombytes(
98
heif_file.mode,
99
heif_file.size,
0 commit comments