Updated script that can be controled by Nodejs web app
This commit is contained in:
7
lib/python3.13/site-packages/PIL/__main__.py
Normal file
7
lib/python3.13/site-packages/PIL/__main__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
|
||||
from .features import pilinfo
|
||||
|
||||
pilinfo(supported_formats="--report" not in sys.argv)
|
Reference in New Issue
Block a user