vxc
This commit is contained in:
parent
f0580c3a9e
commit
c2beea12ef
32 changed files with 294 additions and 274 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue