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)  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 <dbpil...@gmail.com> 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to