14 with anim-gif

This commit is contained in:
2024-12-14 19:03:50 +01:00
parent 9428409579
commit e9da441efc

View File

@@ -79,7 +79,7 @@ if __name__ == "__main__":
out.write(cv2_image)
break
elif sec > SOLUTION-15:
for _ in range(sec+15-SOLUTION):
for _ in range(sec-(SOLUTION-15)):
gif_anim.append(img_with_num)
cv2_image = pil_to_cv2(img_with_num)
out.write(cv2_image)