mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-06 06:03:14 +03:00
Capitalisation
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
63e8420ef6
commit
d7245eae23
|
@ -318,7 +318,7 @@ def _save(im, fp, filename):
|
||||||
if hasattr(fp, "flush"):
|
if hasattr(fp, "flush"):
|
||||||
fp.flush()
|
fp.flush()
|
||||||
|
|
||||||
# size
|
# Size
|
||||||
sizes = [128, 256, 512, 32, 64, 256, 512, 1024]
|
sizes = [128, 256, 512, 32, 64, 256, 512, 1024]
|
||||||
size_str = ["ic07", "ic08", "ic09", "ic11", "ic12", "ic13", "ic14", "ic10"]
|
size_str = ["ic07", "ic08", "ic09", "ic11", "ic12", "ic13", "ic14", "ic10"]
|
||||||
file_size = 0
|
file_size = 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user