Tag: WebP

  • “webp2png” converts WebP images to PNG

    https://www.godoc.org/chrispennello.com/go/webp2png https://golang.org And this utility made me finally install Go (as packages) for Mac OS X and (Intel based) Linux. $ …/bin/webp2png -input ___.webp -output ___.png # ‘somewhere’ on $GOPATH “go get” is the Go way of installing a package together with its dependencies. My search for a webp2jpg command line utility wasn’t quite as…