Add heif/heic input image support

This commit is contained in:
James R. Barlow
2024-04-07 00:33:13 -07:00
parent 065bddbc6c
commit d6342cb8c2
3 changed files with 23 additions and 2 deletions
+2 -1
View File
@@ -12,12 +12,13 @@ readme = "README.md"
license = { text = "MPL-2.0" }
requires-python = ">=3.10"
dependencies = [
"Pillow>=10.0.1",
"deprecation>=2.1.0",
"img2pdf>=0.5",
"packaging>=20",
"pdfminer.six>=20220319",
"pi-heif", # Heif image format - maintainers: if this is removed, it will NOT break
"pikepdf>=8.10.1",
"Pillow>=10.0.1",
"pluggy>=1",
"rich>=13",
]