Answer the question
In order to leave comments, you need to log in
How to reduce multiple images?
Hello. The folder has 1000 images of 5mb each. How can I reduce them all? I can only resize 1 image
from PIL import Image
img=Image.open('C:\\Users\\user\\Desktop\\image\\IMG_20200730_104524.jpg')
img.save("IMG_20200730_104524_compress.jpg", format="JPEG", quality=30)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question