From 35257d4b71ae64cdd1a21f7aa9221280682d756b Mon Sep 17 00:00:00 2001 From: musta20 Date: Tue, 24 Sep 2024 23:55:49 +0300 Subject: [PATCH] add comments to python file --- storage/Images/small.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/Images/small.py b/storage/Images/small.py index 72226088..a2250a51 100644 --- a/storage/Images/small.py +++ b/storage/Images/small.py @@ -1,6 +1,6 @@ import os from PIL import Image - +#this python file made to optmize images in folder def resize_image(file_path, max_size=(1024, 1024), quality=85): try: with Image.open(file_path) as img: