1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 22:09:55 +00:00

xcf (decode)

This commit is contained in:
Laura
2025-08-13 20:22:26 +02:00
parent 3c593e1fcf
commit 5ef75343d5
6 changed files with 131 additions and 1 deletions

8
internal/builtins/xcf.go Normal file
View File

@@ -0,0 +1,8 @@
//go:build xcf || full
// +build xcf full
package builtins
import (
_ "github.com/coalaura/ffwebp/internal/codec/xcf"
)