Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
#discount-bar {
@i-rocky
i-rocky / webp.go
Created January 27, 2018 07:59
png and jpeg to webp converter
package main
import (
"github.com/chai2010/webp"
"os"
"log"
"path/filepath"
"io/ioutil"
"bytes"
"image"