Converts Adobe Kuler ASE Color swatches to the GIMP / Inkscape GPL format.
There wasn't a tool available for Linux, so here's one.
$ npm install -g kuler2gpl
$ kuler2gpl -i /path/to/input/directory
Kuler2gpl places the newly converted GPL swatch in the same directory, and walks the entire directory tree. All Adobe kuler files should end with .ase
.
$ kuler2gpl --help
Currently, only swatches utilizing the RGB color space are supported. LAB color spaces will be supported in the future!
File on the bug tracker.
License : MIT
Author : jhtong