I am trying to automatically generate a bunch of images all containing a border, a fill and a text label within.
I am using a script to generate a svg file that I subsequently rasterize using batik
I'm looking for either
- an algorithm to generate distinct color sets that go together
- or a pre-canned set of colors that someone has put together
Pointers appreciated