Skip to content

Commit

Permalink
added bugs ig
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-Flooder authored Feb 24, 2022
1 parent f12005c commit 7b8836e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions GUI/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@
if event == 'Save':
file = sg.popup_get_file(
'Save image as',
save_as=True,
file_types=(
('PNG image','*.png*'),
)
save_as=True
)
try:
old_image.save(file+'.png')
Expand Down
Binary file modified example/accurate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/fast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b8836e

Please sign in to comment.