Don't know if this is in the works already (didn't really take a look), but I ported ksenzee's patch to D6 to provide this functionality in the color.module: http://drupal.org/node/693504#comment-2803010. Maybe it could be integrated into this one.
Don't know if this is in the works already (didn't really take a look), but I ported ksenzee's patch to D6 to provide this functionality in the color.module: http://drupal.org/node/693504#comment-2803010. Maybe it could be integrated into this one.
Comments
Comment #1
tonyn commentedI made this module a while ago and the code on it, quite frankly, is a tangled mess. It's this huge thing and works much differently than regular color.module. My syntax is different, etc. Generating images on themes is overbearingly complicated and time consuming, etc. etc. I'll probably be deprecating this and doing smaller modules so things can be easier to maintain - and interact with companion modules.
I've been meaning to get a new version going, but haven't had the time, and likely won't be able to until after drupalcon.
For implementing a patch like that, I would consider a tiny, simple contrib module. Since this patch is now core, we can build off that syntax.
Best