mm, looking at the code in http://www.photofunia.com/, we see that the picture is send via POST, so; the client do not process the picture, some server process it.
On 27 nov, 15:38, tigrillo <[EMAIL PROTECTED]> wrote: > Hello, I agree GAE is usefull to store and search a big number of > light entities (ids of pictures)... but dont use GAE to process > pictures, it will die; the advice is to use java (as applets) or > javascript to process information in the client (not server), (as > facebook use an applet to resize pictures before upload, or I > guesshttp://www.photofunia.com/do so). > > On 24 nov, 22:02, "James Yan" <[EMAIL PROTECTED]> wrote: > > > hey, > > > recently, i search ideas for deploying my image processing application in an > > online-website way.which means, users do need download my image processing > > software, just visiting a website, then may submit their own input image and > > get the resulted one from webserver, > > > i konw GAE python script could handle most things, like allow user to submit > > images and more, but what am i worry about is the server's CPU usage and > > images storing, not like just send back a text message stored in GAE > > datastore, but do some advanced and cpu-costing image processing on the > > user-submited images(fox exmaple, performance face detecting on an image). > > > so, my question is: is that possible to make a such website with GAE? any > > frameworks available? or even some exmaples would be better. > > > thanks all. > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
