X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/417d32f3718d7c254275b67154a6f529b71face1..f0548db6acfd9616ddafa443e45103fc6655e0e4:/imago.py?ds=sidebyside diff --git a/imago.py b/imago.py index 4b87f0f..33e7c69 100755 --- a/imago.py +++ b/imago.py @@ -86,7 +86,7 @@ def main(): lines, l1, l2, bounds, hough, im_h = linef.find_lines(image, show_all, do_something, verbose) grid, lines = gridf.find(lines, image.size, l1, l2, bounds, hough, - do_something, im_h) + show_all, do_something) if show_all: im_g = image.copy() draw = ImageDraw.Draw(im_g)