Skip to content

Create a color palette out of an image

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE-COLORTHIEF
Notifications You must be signed in to change notification settings

nwg-piotr/azote-palettes

Repository files navigation

azote-palettes

This tool creates a palette of up to 36 colours out of a jpg or png image. Click a colour button to find:

  • Colour value converted into CMYK color model;
  • name of the nearest colour according to Wikipedia;
  • name of the nearest colour on the Pantone C scale.

image

The program utilizes GTK+3 and the awesome colorthief python module. Some snippets were written by wise people and found by me on StackOverflow. See comments inside the code.