Commit cbc38a90 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by AUTOMATIC

Merge pull request #10905 from AUTOMATIC1111/fix-10896-pnginfo-parameters

fix 10896 pnginfo parameters
parent eeb685b0
......@@ -488,10 +488,6 @@ def save_image_with_geninfo(image, geninfo, filename, extension=None, existing_p
image_format = Image.registered_extensions()[extension]
existing_pnginfo = existing_pnginfo or {}
if opts.enable_pnginfo:
existing_pnginfo['parameters'] = geninfo
if extension.lower() == '.png':
if opts.enable_pnginfo:
pnginfo_data = PngImagePlugin.PngInfo()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment