Skip to content

Program to create a palette from an image, and recolor images to match a palette

Notifications You must be signed in to change notification settings

firetdev/MatchMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MatchMaker

Matchmaker, matchmaker, make me a match

A program to create a palette from an image, and recolor an image to match a palette. The program has two engines for creating a palette, engine 0 and engine 1. You can switch between them as you like.

Engine 0

Engine 0 runs using nested for loops to compare the similarity of every pixel in the image. It then selects X unique pixels, prioritizing those with the most other pixels similar to them. Excludes duplicates.

Engine 1

Engine 1 uses an implementation of a k-Means clustering function to find X colors from the image.

About

Program to create a palette from an image, and recolor images to match a palette

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published