Добавлена новая тема

This commit is contained in:
2025-07-10 13:33:16 +03:00
parent 6540e6416f
commit c518baf36d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View File

@@ -155,7 +155,7 @@ def render(data, design):
pillow_frames.append(bg_image) pillow_frames.append(bg_image)
buffer = BytesIO() buffer = BytesIO()
pillow_frames[0].save(buffer, save_all=True, append_images=pillow_frames[1:], loop=0, duration=100, format='WEBP') pillow_frames[0].save(buffer, save_all=True, append_images=pillow_frames[1:], loop=0, duration=100, quality=95, format='WEBP')
buffer.seek(0) buffer.seek(0)
return buffer return buffer