summaryrefslogtreecommitdiff
path: root/crop-thirds.py
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2019-01-09 18:30:33 +0100
committerjules@lens <julescarbon@gmail.com>2019-01-09 18:30:33 +0100
commit32e23e56d4059fa328576c491491a617fd37a4a6 (patch)
tree3ea420aa0c5a69841a9db1f89d03ee82c446eb85 /crop-thirds.py
parent17276ef031d22456fd3525fef1fc2dde23c05f0b (diff)
k
Diffstat (limited to 'crop-thirds.py')
-rw-r--r--crop-thirds.py5
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):