Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drawing / Sketching widget that can be embedded in websites to be used as an online drawing tool

I am looking for a non-commercial or commercial online widget/tool written either in Java, Flash, HTML5 and JAVASCRIPT or any other way, that provides the following features:

  • Can be embedded inside a website (like a java applet, flash , or javascript div, ..)
  • Has the primary drawing or image editing tools such as (pen, eraser, color pick , etc..)
  • Has a save feature that saves the works in JPEG or PNG or other useful formats

I have searched and searched and found only http://www.mainada.net/inputdraw/ which seems to have very limited tools.

There are sites that have drawing canvases (photoshop.com or http://muro.deviantart.com/) but as far as I know its not possible to embed those and have them load / save a specific file!

Any kind of help is appreciated! :)

like image 442
user1319365 Avatar asked Aug 13 '12 01:08

user1319365


People also ask

What is a website that I can draw on?

Sketch.io allows you to draw amazing pictures. It has more functions that just a paintbrush and pen. It also has calligraphy, stamp, and spiderweb options.


Video Answer


1 Answers

SVG edit

https://code.google.com/p/svg-edit/

Has basic shapes, line, bezier, multi-segment. Page above has link to sandbox where you can play.

Web Tools for You to Use.

http://webtools4u2use.wikispaces.com/Drawing,+Charting+%26+Mapping+Tools

Extensive list of items, mostly not useful, but worth looking at.

Cool Tools for Schools to Use

http://cooltoolsforschools.wikispaces.com/Drawing+Tools

Another list of things to check out. Most are too specialized and have limited capability.

http://www.jswidget.com/index-ipaint.html

This one is typical of paint programs -- you can't edit what you just drew, except with the undo key.

I would recommend starting with the SVG edit code. Objects are kept in vector space, so re-editing is possible.

like image 85
Sherwood Botsford Avatar answered Oct 01 '22 00:10

Sherwood Botsford