Skip to content

brydavis/maxgif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

GIF American Style

package main

import (
	"fmt"
	"os"
	rs "github.com/brydavis/resize"
)

func main() {
	file, _ := os.Open("example.jpg")
	img, _ := rs.ResizePixels(file, 2000, 2000)
	err := rs.WriteToFile("new_example.jpg", img)
	if err != nil {
		fmt.Println(err)
	}
}



MIT License © 2015

About

Everyday GIF Encoding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages