[go-nuts] Re: Guetzli perceptual JPEG encoder for Go

2017-03-19 Thread chaishushan
good idea. it is a big work. i sugget use cgo as the start point: use Go implement some pure c function, then export as the c function. for example: //export ButteraugliScoreForQuality func ButteraugliScoreForQuality(quality C.double) C.double { // go code } 在 2017年3月18日星期六

[go-nuts] Guetzli perceptual JPEG encoder for Go

2017-03-17 Thread chaishushan
https://github.com/chai2010/guetzli-go https://github.com/google/guetzli -- 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