Browser Side Photo Editing Library

Posted by echox on Stack Overflow See other posts from Stack Overflow or by echox
Published on 2010-05-25T09:06:05Z Indexed on 2010/05/25 9:11 UTC
Read the original article Hit count: 246

Hi!

Currently I'm searching for a free solution to simple edit some photos at the users browser. Resizing and Cropping would be mandatory. I'm not searching for an online service (for example SUMO or PIXLR which are great), because I want to include the software into a WYSIWYG Editor.

JavaScript would be really nice, but it would have to work in IE 8. Pixastic is a great example, but works only in modern browsers (not IE 8 :-/)

Any suggestions what I could use?

Maybe setting up some kind of image processing service with ImageMagick and communicating with it through AJAX could also be an solution? Has anyone gained some experience with such a solution?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about web-development