1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-09 06:19:55 +00:00
This commit is contained in:
2025-08-11 04:39:57 +02:00
parent 8cba61cddd
commit 4b647c276a
7 changed files with 72 additions and 2 deletions

View File

@@ -56,6 +56,6 @@ func (impl) Decode(r io.Reader) (image.Image, error) {
return decode.Decode(r)
}
func (impl) Encode(w io.Writer, img image.Image, options opts.Common) error {
func (impl) Encode(w io.Writer, img image.Image, _ opts.Common) error {
return xbm.Encode(w, img)
}