mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
switch to pillow-heif
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ if __name__ == '__main__':
|
||||
if not filetype.is_image(file):
|
||||
continue
|
||||
if file.lower().endswith('.heic'):
|
||||
from pi_heif import register_heif_opener
|
||||
from pillow_heif import register_heif_opener
|
||||
register_heif_opener()
|
||||
log.debug(file)
|
||||
img = Image.open(file)
|
||||
|
||||
Reference in New Issue
Block a user