projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
better manual mode, grid-fitting preparation
[imago.git]
/
linef.py
diff --git
a/linef.py
b/linef.py
index
f46d92c
..
34c4d07
100755
(executable)
--- a/
linef.py
+++ b/
linef.py
@@
-105,8
+105,8
@@
def find_lines(image, show_all, do_something, verbose):
for line in [l for s in lines for l in s]:
draw.line(line_from_angl_dist(line, image.size), fill=(120, 255, 120))
if show_all:
- do_something(image_g, "
the grid
")
-
+ do_something(image_g, "
lines
")
+
return lines
def combine(image1, image2):