mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
Fix JPEG XL
This commit is contained in:
+2
-1
@@ -182,9 +182,10 @@ except Exception as e:
|
||||
sys.exit(1)
|
||||
|
||||
try:
|
||||
pass # pylint: disable=W0611,C0411
|
||||
import pillow_jxl # pylint: disable=W0611,C0411
|
||||
except Exception:
|
||||
pass
|
||||
from PIL import Image # pylint: disable=W0611,C0411
|
||||
timer.startup.record("pillow")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user