简体   繁体   中英

SEAM, JSF Image manipulation

I am new to SEAM and JSF, and want to design image manipulation application using it. I am planning to use JQuery plugins at client side for image effects such as crop, rotate, resize and many more. My Concerns are,

  1. I don't know about any good server-side library for this. Which would be a best for java.
  2. How Clientside and Serverside manipulation will be synchronized, because if user decide to crop image at client-side, how serverside library would have information about coordinates to crop?

If you guys have any different approach than this, it would be good to learn.

Thanks, Rahul

Solved this by using JCrop and other JQuery plugins and using Java ImageIO at server side. JCrop works pretty much with coordinates.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM