This commit is contained in:
Aevann1 2022-02-03 08:39:02 +02:00
parent f0580c3a9e
commit c2beea12ef
32 changed files with 294 additions and 274 deletions

View file

@ -12,7 +12,7 @@ def process_image(filename=None, resize=0):
del exif[k]
i.info["exif"] = exif.tobytes()
if resize:
if resize and i.width > resize:
size = resize, resize
frames = ImageSequence.Iterator(i)