Closed frops closed 3 years ago
are you opening png file with webp decoder?
are you opening png file with webp decoder?
No, i'm using io.Reader
If I understand correctly, you try to open png file by webp decoder, right? if i'm right, firstly you have to open png file with png decoder and try encode result image.Image with webp encoder to create webp picture
I'm trying to convert png to webp and getting error "cannot fetch features: VP8_STATUS_BITSTREAM_ERROR".
OS: macOS Catalina, 10.15.7 Lib: webp 1.2.1 Go: 1.17