-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WebP output support #50
Comments
Output to a webm video format, then include it using the video HTML5 tag. More info: |
WebM is a video format, I want an animated picture, which WebP also offers (see the "Animation" part in your linked Wikipedia article) You can include WebP in your GitHub / GitLab Repos. I never saw someone using a video format inside a repo... |
@CMiksche we'll definitely implement this feature! Will be cool to have webp animated images! Thank you for creating this issue! |
For anything containing sharp, high-contrast edges (such as rendered fonts) you'll want a media format that supports 4:4:4 chroma. The following web-compatible formats should support full chroma:
¹ no chroma subsampling, but of course it still suffers from its limited palette |
WebP offers the same quality and also animations, but needs way less data. (One GIF of mine was 171 KB and the same as WebP was just 13 KB)
The text was updated successfully, but these errors were encountered: