Script execution

This commit is contained in:
gac-S_Changer
2017-06-23 15:21:21 +02:00
parent 6b119cef34
commit db213fe8c2

View File

@@ -80,7 +80,7 @@ def get_image():
roi = get_roi()
ip = load_image(img.image)
ret = sub_image(ip, roi[0], roi[1], roi[2], roi[3])
grayscale(ret, do_scaling)
grayscale(ret, do_scaling=True)
return ret