Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online Photoshop via HTML 5's Canvas? [closed]

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.

like image 774
Tower Avatar asked Dec 01 '09 12:12

Tower


3 Answers

Those are the two I know about:

  • Pixastic: Pixastic is an ex­peri­mental photo editing ap­plication developed by Jacob Seidelin. It uses only JavaScript and the <canvas> element. Brow­ser sup­port is currently limi­ted to Firefox, Opera and Safa­ri.
  • 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.
like image 93
jonjbar Avatar answered Nov 07 '22 05:11

jonjbar


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)
like image 25
nadavkav Avatar answered Nov 07 '22 03:11

nadavkav


http://mugtug.com/sketchpad/

like image 7
Rodrigo Pinho Pereira de Souza Avatar answered Nov 07 '22 05:11

Rodrigo Pinho Pereira de Souza