[go-nuts] Re: WebP encoder

2019-01-01 Thread Mandolyte
You might consider one of the projects that "transpile" C to Go. Might give you a jump start. For reference, here are two of them: https://godoc.org/modernc.org/ccgo/v2 https://godoc.org/github.com/elliotchance/c2go/transpiler On Sunday, December 30, 2018 at 12:08:21 AM UTC-5, Jeffrey wrote: > >

[go-nuts] Re: WebP encoder

2018-12-29 Thread Jeffrey
since the libwebp has released the version 1.0.0, so it's time to port it to pure golang -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[go-nuts] Re: WebP encoder

2018-12-28 Thread Jeffrey
any update? need pure go implement for webp encoder indeed > > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For