Free Open Source In-browser image editors

Viewed 48887

I'm looking for a in-browser image editing solution to integrate with my project: http://code.google.com/p/django-ray/

I got it working with Pixlr quite easily and the editor is fantastic .. however it's a hosted service, which means I must be connected to Internet for it to work ..

Is there any other solution like Pixlr but that are not hosted service ?

Updates

Editors found so far:

And a good list of editors that are hosted: http://www.lifeclever.com/10-free-web-based-alternatives-to-photoshop/

2 Answers

I've just been looking at JCrop, a JQuery plugin which looks great and works beautifully - on most modern browsers, so check your target platform is supported.

You can see it in action and download the scripts from here

http://deepliquid.com/content/Jcrop.html

and you will need the JQuery script framework, available from jquery.com

It's all free and Open Source, so you can customise it as much as you like.

Rob

Related