def save_image(window: tk.Tk) -> None:
    """Save the image in the Tk window"""

    window.SaveFile()