diff options
| author | jules@lens <julescarbon@gmail.com> | 2019-01-09 18:30:33 +0100 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2019-01-09 18:30:33 +0100 |
| commit | 32e23e56d4059fa328576c491491a617fd37a4a6 (patch) | |
| tree | 3ea420aa0c5a69841a9db1f89d03ee82c446eb85 /crop-thirds.py | |
| parent | 17276ef031d22456fd3525fef1fc2dde23c05f0b (diff) | |
k
Diffstat (limited to 'crop-thirds.py')
| -rw-r--r-- | crop-thirds.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crop-thirds.py b/crop-thirds.py index f0bcf18..996ce54 100644 --- a/crop-thirds.py +++ b/crop-thirds.py @@ -79,11 +79,6 @@ def build_thumbnail(i, fn): if (i % 100) == 0: print("{}...".format(i)) -<<<<<<< HEAD - canvas = Image.new('RGB', (int(src_width + dst_width + x_margin), src_height,)) -======= - # canvas = Image.new('RGB', (int(src_width + dst_width + margin), src_height,)) ->>>>>>> 455c3fef555b6f556321c2db6a8dc355154666da image = Image.open(fn) for n, path in enumerate(paths): |
