On 11/16/06, iain duncan <[EMAIL PROTECTED]> wrote: > The other option I could see ( until we can all count svg ) would be for > the clients admin interface to make image buttons when they change > things using a python imaging library, though that is something I know > nothing about. Is there a python imaging library that would be easy to > integrate with gears? > > Pros, cons, thoughts?
I'd just do CSS. If I had to do something fancier, I'd do text on a pre-generated image background. The image library in Python is PIL. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

