feat(tools/eaglemode/plugins/avif): AVIF image plugin

Animation not implemented.
https: //en.wikipedia.org/wiki/AVIF

Change-Id: I80f8c4132c4335b2e60ce7b70eb424457e50c73f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12428
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Emery Hemingway 2024-09-03 13:54:42 +03:00 committed by emery
parent e4714db2d5
commit 1c898f7ddc
5 changed files with 277 additions and 0 deletions

View file

@ -5,6 +5,7 @@ let
config = depot.tools.eaglemode.etcDir {
extraPaths = [
depot.tools.eaglemode.commands.B
depot.tools.eaglemode.plugins.avif
depot.tools.eaglemode.plugins.qoi
];
};