jqueryjspjquery-pluginsimage-editor

image editor for JSP website


I am a beginner in image editing. I am working on a JSP website. My client need image editing in the website like resizing the images, crop the images, add frame to the images. Is there any plug in available for this purpose? can i get any jquery plug in for this? I had gone throw the some questions already been posted. But they where not much helpful for my purpose.


Solution

  • There are no plugins as far as I know , which can do all the functionality together, but you can combine the functionalities. Have a look at the following plugins.

    jQuery resize-crop plugin can be used for image crop & resize. There is also a plugin jquery-imageframe which can add custom frames to image.

    Here is an article about best image croppers. (may be useful)