On 04/13/2009 02:19 PM, Nia wrote: > yes...im trying to build an image annotation tool.. >
If want to manipulate the images solely on the client side, you have few choices. HTML 5 provides the machinery to manipulate images solely on the client, but support for HTML 5 is not widespread. For an example of what's possible, see http://www.chromeexperiments.com/ There are Javascript image processing libraries available; such libraries rely on server-side support via AJAX. If you expand your horizon to include AJAX or Java, then you will certainly have more options. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
