bevyengine / bevyengine/bevy-website
Convert assets GIFs to a smaller format or ban them
Open
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
Assessment
This issue has not been assessed yet.