Some tools to pick colors from an image:
Proposed steps to building a Tiki theme generator (with focus on colors): Please first read an Is this URL still correct?
Step #1
Modify one of the current CSS (style) to have a small number (3-6) of basic colors. Maybe
Step #2
Turn these colors into variables, for example $background, $basecolor, $highlight, etc
Step #3 Step #4 Step #5 Alternate step #3 (nice to have) Alternate step #3 (nice to have) Step #6 (nice to have) Step #7 (nice to have) Step #8 (nice to have) Step #9 (nice to have) Previous forum post about Tiki theme generator idea: Related links:
Step 3 offers a color picker and Generated Color Scheme.
Use a
See the theme in action, and
Save CSS
Generate colors from a photo / logo. There is a "Random From Image" button. So the user could try several times until he finds something pleasing. (like StrangeBanana)
Generate colors which contrast well (for text over backgound)
For cases where we need a gradient (example, calendar event importance), we could have a formula which generates them. Please see "Generating Palettes With PHP" from site above for an example. #Another possible tool:
For all the images, logos, etc in Tiki, we should try to make sure they are all transparent so they look good with different backgrounds.
Use ImageMagick or GD to manipulate graphics HSV values so that multiple graphics themes such as *metal can be combined into a single metal theme that can be colourised to any hue and saturation the administrator desires. Step 8 would allow the colours of any graphical theme (eg new tiki themes such as the default tikithemes theme and kubrick) to be modified.
Create some nice on the fly logo like:
Is this correct? Talks about Tiki's calendar.