Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ colorbot Public archive

A Go library which determines the dominant colors in an image.

License

Notifications You must be signed in to change notification settings

codahale/colorbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colorbot

Build Status

A Go library which determines the dominant colors in an image.

To install:

  1. Have Go 1.4+ installed.
  2. Use godep.
  3. Run go get -d github.com/codahale/colorbot.
  4. Run cd $GOPATH/github.com/codahale/colorbot && godep go install ./...
  5. Run colorbot -h.

For documentation, check godoc.

About

A Go library which determines the dominant colors in an image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages