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

input-only codecs

This commit is contained in:
2025-08-11 03:15:29 +02:00
parent 8b224d7dbe
commit 881b3455cb
11 changed files with 46 additions and 1 deletions

View File

@@ -33,6 +33,10 @@ func (impl) Extensions() []string {
return []string{"webp"}
}
func (impl) CanEncode() bool {
return true
}
func (impl) Flags(flags []cli.Flag) []cli.Flag {
return append(flags,
&cli.IntFlag{