Type: Posts; User: puggan
Greasmonkey have the API-functions GM_setValue and GM_getValue, dose turnabout have somthing like thous functions?
think you missed: But il got a link to some exemple code on canvas on antoher forum. http://stackoverflow.com/questions/934012/get-image-data-in-javascript Il try that out.
Its not my server, i need it for a greasmonkey script. The ajax is doing a OCR on the picture.
How do i get the imagedata from a loaded img? if i have: <img id='myImage' src='generate_image.php' /> and then i want to copy the current picture and send it whit ajax. Can i do something...