Skip to content

Instantly share code, notes, and snippets.

@cristibalan
Created February 13, 2011 20:04
Show Gist options
  • Save cristibalan/825053 to your computer and use it in GitHub Desktop.
Save cristibalan/825053 to your computer and use it in GitHub Desktop.
- pixel editor
- existing work
- http://piq.codeus.net/ - nice features but in flash
- http://code.google.com/p/grafx2/ - very advanced, windows
- http://pixie.strd6.com/pixel-editor - js, simple
- [http://www.rw-designer.com/online_icon_maker.php]()
- http://canvaspaint.org/ - js mspaint clone
- http://www.amberfrog.com/product/bme/
- new existing work
- http://muro.deviantart.com/
- http://mugtug.com/sketchpad/
- http://zwibbler.com/
- http://www.gartic.com/sketch/
- http://www.williammalone.com/articles/create-html5-canvas-javascript-drawing-app/
- canvas libs
- http://www.pixastic.com/
- CANVAS BUG IF USING ALPHA != 0 or 255
- basically, we'll only ever be able to do gif like transparency
- http://stackoverflow.com/questions/4309364/why-does-html-canvas-getimagedata-not-return-the-exact-same-values-that-were-ju
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment