Skip to content

Mage is a package built on top of image package in the standard library of go. It provides some filters such as Gaussian Blur and Sobel Operator.

License

Notifications You must be signed in to change notification settings

carljoshua/mage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mage

Mage is a package built on top of image. It provides some filters such as Gaussian Blur and Sobel Operator.

Installation

Make sure you have you set your GOPATH (https://github.com/golang/go/wiki/GOPATH). Type the command below to install the package.

$ go get -u github.com/carljoshua/mage

Contributing

Since I am working on my studies, I'll only update this repo in my free time so your contribution is much appreciated.

To contribute, fork it and create a new branch. If you have a working feature, create a pull request.

About

Mage is a package built on top of image package in the standard library of go. It provides some filters such as Gaussian Blur and Sobel Operator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages