Thanks for your answer 2009/6/18 Tim Hoffman <[email protected]>
> > Hi > > I am afraid you can't > > Only a small part of the PIL api is replicated in the google image api > service. > ie Crop, scale, composite, histogram, unfortunately no drawing > operations. > > You might be better off looking at using Canvas possibly with > Javascript > http://en.wikipedia.org/wiki/Canvas_(HTML_element)<http://en.wikipedia.org/wiki/Canvas_%28HTML_element%29> > or SVG, > > But what you should use, will depend on exactly what you are trying to > do. > > T > > On Jun 17, 6:30 pm, chinki <[email protected]> wrote: > > Hi, > > Is there any sample application for creating image dynamically using > > python APPengine? > > I have tried a lot by using PIL in python AppEngine. But not able to > > import modules Image and ImageDraw. > > getting the error " <type 'exceptions.ImportError'>: No module named > > Image " > > args = ('No module named Image',) > > message = 'No module named Image' > > How can I import Image and ImageDraw here? > > Any advice ??? Thanks in advance. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
