views:

49

answers:

0

I need to enable some very basic image editing capabilities (adjust contrast, crop, etc) in the browser and allow the modified image to be sent back to my server. Do you know of good libraries or services that could be easily embedded in a web application?

Requirements:

  • Should run in as many browsers are possible (so probably flash vs. html5 based)
  • Should allow the modified image to be uploaded in a reasonable way, say as a form submit
  • Should be as light as possible
  • Being customizable is a plus - I'd like to expose only a few functions, as opposed to the entire photo editing menu.