Categorygithub.com/cascax/colorthief-go
repositorypackage
0.0.0-20200408142718-f393563c12c5
Repository: https://github.com/cascax/colorthief-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Color Thief (Golang)

Grab the color palette from an image.

Download

go get -u github.com/cascax/colorthief-go

Usage

import "github.com/cascax/colorthief-go"

colors, err := colorthief.GetPaletteFromFile("img/image-1.png", 6)

baseColor, err := colorthief.GetColorFromFile("img/image-1.png")