Skip to content

Commit

Permalink
copy new info
Browse files Browse the repository at this point in the history
  • Loading branch information
hollowstrawberry committed Dec 5, 2023
1 parent 7b10958 commit 45d94da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions png_info_editor.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def copy_png_info():
pnginfo = PngImagePlugin.PngInfo()
for key, val in params.items():
pnginfo.add_text(key, val)
pnginfo.add_text("Description", info)
target.save(target_file, format="png", pnginfo=pnginfo)
messagebox.showinfo(title="Success", message=f"NovelAI3 data copied to {target_file.split('/')[-1]}")

Expand Down

0 comments on commit 45d94da

Please sign in to comment.