themify 0.1.3

A very simple program to apply a color palette to an image, based on minimal color distance.
1
2
3
4
# USAGE:
`themify -i <path_to_input>  -p <path_to_palette> -o <path_to_output>`
# NOTE:
So far only colors in hex-code (eg.: #1bfad2) are valid input, any lines that do match that are ignored.