update gif
This commit is contained in:
@@ -98,7 +98,7 @@ def make_compare_gif(
|
|||||||
)
|
)
|
||||||
images.append(new_frame)
|
images.append(new_frame)
|
||||||
|
|
||||||
for i in range(10):
|
for i in range(30):
|
||||||
images.append(src_img)
|
images.append(src_img)
|
||||||
|
|
||||||
cubic_bezier_points.reverse()
|
cubic_bezier_points.reverse()
|
||||||
@@ -118,7 +118,8 @@ def make_compare_gif(
|
|||||||
)
|
)
|
||||||
images.append(new_frame)
|
images.append(new_frame)
|
||||||
|
|
||||||
images.append(clean_img)
|
for _ in range(30):
|
||||||
|
images.append(clean_img)
|
||||||
|
|
||||||
img_byte_arr = io.BytesIO()
|
img_byte_arr = io.BytesIO()
|
||||||
clean_img.save(
|
clean_img.save(
|
||||||
|
|||||||
Reference in New Issue
Block a user