remove some comments and image

This commit is contained in:
Santabot123 2024-08-27 19:36:03 +03:00
parent 7e23c3d20b
commit c0a0e69c1e
2 changed files with 0 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -210,6 +210,3 @@ def crop_image(image, LEFT=None, TOP=None, RIGHT=None, BOTTOM=None, save_path:
return image.crop((LEFT, TOP, RIGHT, BOTTOM))
# image=asyncio.run(take_screenshot("https://unix.stackexchange.com/questions/690233/piping-yes-when-running-scripts-from-curl", save_path="saved_screenshots/image.jpeg"))
# print(select_area_with_ipywidget(image))