adding erase functionality; adding brush shape option on the brush settings canvas

This commit is contained in:
vb
2025-11-07 17:24:53 +01:00
parent 644c0eea1d
commit 3ecf6636f4
4 changed files with 183 additions and 40 deletions

View File

@@ -69,7 +69,7 @@ class GUI:
# Main window
root = tk.Tk()
root.title("Image Viewer")
root.geometry("1100x700")
root.geometry("1100x900")
root.config(bg="white")
icon = tk.PhotoImage(file='icon.png')
root.tk.call('wm', 'iconphoto', root._w, icon)