mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-12-03 02:32:52 +00:00
qoi
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user