Andrej schrieb: > Does anyone care to share their images handling ideas? > > I think that while building webapps you run into following > requirements. You want to store images in the database, resize on > upload and then you want to display them from the static folder in > different sizes (thumbnail, small, large etc). Maybe do some rotating > and cropping of white space as well. > > Perhaps turbogears needs an image manipulator module that will make > things easy.
Not a manipulator but makes some issues with images easier: http://cheeseshop.python.org/pypi/FileFields/ Gregor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

