There was an error while loading. Please reload this page.
1 parent 97bfde9 commit 61e9648Copy full SHA for 61e9648
internal/libwebp/a__encoder.go
@@ -105,7 +105,6 @@ type (
105
//
106
// Any src that isn't one of *image.RGBA, *image.NRGBA, or *image.Gray
107
// will be converted to *image.NRGBA using draw.Draw first.
108
-//
109
func Encode(w io.Writer, src image.Image, o webpoptions.EncodingOptions) error {
110
config, err := encodingOptionsToCConfig(o)
111
if err != nil {
libwebp/encode.go
@@ -13,7 +13,6 @@ import (
13
14
15
16
17
18
return libwebp.Encode(w, src, o)
19
}
0 commit comments