14 with anim-gif
This commit is contained in:
@@ -79,7 +79,7 @@ if __name__ == "__main__":
|
|||||||
out.write(cv2_image)
|
out.write(cv2_image)
|
||||||
break
|
break
|
||||||
elif sec > SOLUTION-15:
|
elif sec > SOLUTION-15:
|
||||||
for _ in range(sec+15-SOLUTION):
|
for _ in range(sec-(SOLUTION-15)):
|
||||||
gif_anim.append(img_with_num)
|
gif_anim.append(img_with_num)
|
||||||
cv2_image = pil_to_cv2(img_with_num)
|
cv2_image = pil_to_cv2(img_with_num)
|
||||||
out.write(cv2_image)
|
out.write(cv2_image)
|
||||||
|
|||||||
Reference in New Issue
Block a user