Does anyone know an online Photoshop -like editor that utilizes Canvas? I know at least 4 Flash editors, but I'm interested in finding a Canvas based one.
Asked
Active
Viewed 1.9k times
4 Answers
19
Those are the two I know about:
- Pixastic: Pixastic is an experimental photo editing application developed by Jacob Seidelin. It uses only JavaScript and the
<canvas>
element. Browser support is currently limited to Firefox, Opera and Safari. - CanvasPaint: A near pixel-perfect copy of Microsoft Paint in HTML, CSS and JavaScript, using the
<canvas>
tag as specified by WHATWG and supported by Safari 1.3, Firefox 1.5 and Opera 9.

Igor Klimer
- 15,321
- 3
- 47
- 57

jonjbar
- 3,896
- 1
- 25
- 46
8
http://code.google.com/p/svg-edit/
SVG-edit is a fast, web-based, Javascript-driven SVG editor that works in any modern browser:
- Firefox 1.5+
- Opera 9.50+
- Safari 4+
- Chrome 1+
- IE 6+ (with the Chrome Frame plugin)
7
5
deviantART launched an HTML5 (canvas-based) painting tool called Muro:
It's free to use, but DA is selling premium brushes and features to those that want more functionality. Promoted as working in all HTML5 browsers (including iOS) and has a plug-in for integration with Wacom tablets.

Todd
- 5,538
- 1
- 31
- 34