去掉多余打印
parent
e333df87b4
commit
c5085ae808
|
|
@ -24,7 +24,6 @@ def parse_psd(path):
|
|||
log.append("开始检测:{}".format(file_name))
|
||||
|
||||
psd = PSDImage.open(path)
|
||||
print("psd width height", psd.width, psd.height)
|
||||
try:
|
||||
image = psd.composite()
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Reference in New Issue