Hi guys,

Does anyone have an idea of a jquery plugin any other js plugin for editing and saving an image?
I wanted to do something like this: http://www.customink.com/lab/?#shared
But only with option to add text and afterwards saving the image.
Any help?
Cheers

Member Avatar for stbuchok

There is no jQuery plugin that I know of. You might be able to do this with the File API introduced into HTML5.

http://www.html5rocks.com/en/features/file_access

You are going to have to do a lot of trouble shooting to get it to work (if it's even possible). You'll need to use the Canvas element as well (more than likely).

Let me know what you come up with. I might actually try it now that I see it might be possible.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.