diff --git a/fourcell/apply_image.py b/fourcell/apply_image.py index 22368b9..c9b80d1 100644 --- a/fourcell/apply_image.py +++ b/fourcell/apply_image.py @@ -99,7 +99,7 @@ output = blank.copy() hp = tmpl['holePunches'] for i in hp: print(hp[i]) - cv2.circle(output, (hp[i]['x'], hp[i]['y'],), hole, (0, 0, 0,), -1) + cv2.circle(output, (hp[i]['x'], hp[i]['y'],), hole, (200, 200, 200,), -1) for i in range(0, len(images)) : frame = cv2.imread(images[i])