Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to integrate to my website project a graphic editor like a webpage or layout editor in order to put some objects on an image background. For example write text on that image, insert images and so on. Any ideas? third party libraries could be proper solution? Thanks!

share|improve this question

closed as not a real question by Chris, p.campbell, Neal, zzzzBov, Graviton Aug 17 '11 at 5:32

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 1 down vote accepted

HTML5 Canvas will support all of these things that you mention. It depends what type of cross browser support you want and fallback options. People have created demos of 'whiteboard' type plugins and the like.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.