Skip to content

Instantly share code, notes, and snippets.

View dedalqq's full-sized avatar
🏠
Working from home

Timofey Kovalev dedalqq

🏠
Working from home
View GitHub Profile
@logrusorgru
logrusorgru / imgrsz.go
Created November 3, 2016 18:50
Golang resize png images using different interpolations
package main
import (
"image"
"image/png"
"log"
"os"
"time"
"golang.org/x/image/draw"