I was create one scribbling application in HTML5(using canvas).I want save current work and retrieve that(like a file) also do modification later.How can i do that. Any help would be appreciable.
            Asked
            
        
        
            Active
            
        
            Viewed 722 times
        
    1 Answers
0
            Take a look at Canvas2Image, it seems to support PNG, JPEG and BMP.
 
    
    
        Markus Hedlund
        
- 23,374
- 22
- 80
- 109
- 
                    Actually i don't want like a Image.I want co-ordinates from start point to end point in array – Rajamohan Sugumaran Sep 07 '11 at 10:17
- 
                    Okay, look at [this question](http://stackoverflow.com/questions/667045/getpixel-from-html-canvas). – Markus Hedlund Sep 07 '11 at 10:25
