hey, i found another much simpler example:
http://www.faceresearch.org/demos/rotate

anybody can figure out how it works?

On Fri, Nov 28, 2008 at 8:29 AM, James Yan <jyan...@gmail.com> wrote:

> i think the image processing module should handled in server side with some
> c-wrote lib, the server script( like asp/jsp/python, etc) handle the user
> submited images or other interactive data, and call the c-wrote lib on the
> server side, then return the resulted image on the feedback page.
>
> i think it should work in this way.
>
>
> On Fri, Nov 28, 2008 at 4:54 AM, tigrillo <
> edgar.jose.fernando.delg...@gmail.com> wrote:
>
>>
>> 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 <edgar.jose.fernando.delg...@gmail.com>
>> 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" <jyan...@gmail.com> 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 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