I try to display the image coming from the drag and drop operation from desktop see post: http://groups.google.com/group/gears-users/browse_thread/thread/d23fcaeeaee66bca
The drag&drop operation is OK. I have found in the gears documentation that a GearsCanvas is available to display image coming from a blob... link is here: http://code.google.com/p/gears/wiki/CanvasAPI var gearsCanvas = google.gears.factory.create('beta.canvas'); I have tried the load method of the gearsCanvas object but it does not work.. I have tried the getContext('gears-2d') method as well and nothing... Is there any other documentation/script to display image from a blob ?? Any support is welcomed !!!
