Thanks Kyle Just for the record... The workaround that I use now is this: if any image in the collection needs a rotation (i.e. not a multiple of 90), I send all images to the browser where javascript does the compositing at the expense of the added bandwidth.
On Feb 6, 10:52 pm, Kyle Finley <[email protected]> wrote: > Sorry, Mike, I thought I was responding to a message on the Python group. > Hopefully someone with better knowledge of Java will respond. > > FWIW It is possible to run a Python or Go version of you app under the same > application namespace. This can be done either as a backend or as a separate > version of your app. It would then have access to the same datastore / > blobstore. > > - Kyle > > On Feb 6, 2012, at 11:31 PM, mikaye wrote: > > > > > > > > > Thanks, not sure I can use this from the Java runtime environment > > unless I were to set up a separate application. > > > --Mike > > > On Feb 6, 10:48 am, Kyle Finley <[email protected]> wrote: > >> Hey mikaye, > > >> Could you use PIL instead? It's available when using the python27 runtime. > > >>http://code.google.com/appengine/docs/python/python27/using27.html#Co... > > >> - Kyle > > > -- > > 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 > > athttp://groups.google.com/group/google-appengine?hl=en. -- 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.
