Mobile app version of vmapp.org
Login or Join
Sent6035632

: HTML canvas editor I'd like to implement a very simplistic image editor (similar to http://mugtug.com/sketchpad/) on my website, so that users can have a trivial playground. Say I have a black

@Sent6035632

Posted in: #Canvas #Html #LookingForAScript

I'd like to implement a very simplistic image editor (similar to mugtug.com/sketchpad/) on my website, so that users can have a trivial playground. Say I have a black and white sketch (png) that I want to let them color.

In theory I could develop the entire thing using canvas, but I'm hoping something like that is already developed. All I need is "paint brush" tool and "fill bucket" tool … that's it.

This is the closest I found, though I think it's not the best implementation: athousandnodes.com/labs/canvasFun/
Are there known better solutions?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sent6035632

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin317

Though I've never had to try what you're asking, Picasa uses Picnik for photo editing. The API for use on your website is at www.picnik.com/info/api .

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme