Draw on a webpage, save as image?

UKSBD

Moderator
  • Dec 30, 2005
    13,062
    1
    2,842
    Does anything like this exist?

    You have a blank canvas on a webpage, people can draw on it (similar to paint), they can then save (or upload) what they have drawn as a jpg (or similar)

    Basically, just the same as using paint, saving, uploading but all done live from within the website.
     
    I found this http://jsfiddle.net/ajTkP/12/ for drawing.

    Can't find anywhere that allows you to draw and save/upload though.

    It must be out there, just don't know what it would be called or what to search for to find it :(
     
    Upvote 0
    Couple of options depending on what you are trying to achieve, you can take a snapshot of a window with snipping tool (which I think is built into Windows) which you can then annotate over the top.

    Alternatively if you want video, it's worth checking out Camtasia which offers quite a few handy options. If you do use camtastia for video, it's worth changing your screen to a lower resolution to make things larger to the end viewer.
     
    Upvote 0
    Thanks, that's the sort of thing.

    Was wondering if there is a way of doing this in HTML5 and CSS yet
    I see that realsignature one is 10 years old.

    Surprised there are not more things like this (or perhaps there are but I don't really know what I am looking for)
     
    Upvote 0
    Not perfect but use Canvas2image js library with the code above, the only issue is if the click save then it doesn't save as a png but a file with no extension but you can right click on the image below and save as a png.
     
    Upvote 0
    There is a service teamput.com but it is for the on-line collaboration and I'm not sure if it allows you to draw anything.
     
    Upvote 0

    Latest Articles