bevyengine / bevyengine/bevy-website

Convert assets GIFs to a smaller format or ban them

Open
#361 15 comments 0 reactions 0 assignees View on GitHub
A-Assets C-Webdev
Dominant language
JavaScript
Stars
249
Forks
450
Avg merge
16h 20m
Merged PRs (30d)
6

Description

Assets page GIFs take around 16mb (at the time of writing this) and unfortunately don't get optimized by Zola `resize_image` (see issue #339 & PR #360). Ideally these should be resized to fit in `340x340` (current assets thumbnail size) and converted to a better image format (e.g. webp, gifv, mpeg…)

Ideally this should be automated.
- `ffmepg` could be used as it supports gif => webp.
- or, maybe there is some crate that supports this conversion and can be integrated with the assets generation code

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.