Im using a MySQL backend... which has the url of the image.....Im using PHP/JSON to retrieve the url from the db....is there a way where I can save the x and y cooordinates on mouseclick into the db and add a marker image on top of my original image at the x and y coords? Does that even make sense ;P?
Nia On Apr 13, 5:48 pm, Jeff Chimene <[email protected]> wrote: > 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, seehttp://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 -~----------~----~----~----~------~----~------~--~---
