3

I am looking for an image editor which can be incorporated into my asp.net application. My scenario is user select image from the image gallery and opens with the image editor, after edit the image and save it back on the web server. Image editor must have a paint brush. Crop and resizing of the image is not necessary.

I am looking for such a tools for the last 3 days, but not able to find any. I will go for paid software also.

Zoe
  • 27,060
  • 21
  • 118
  • 148
purnang.advant
  • 109
  • 4
  • 7

3 Answers3

1

If you want to do this on the browser, you will need to use something like flash. There are plenty of image editing components in flash - here is one.

See the answers to this SO quesion (Client-side image processing).

Community
  • 1
  • 1
Oded
  • 489,969
  • 99
  • 883
  • 1,009
  • Thanks. Yes i want to edit the image on browser and after edit saved it back on our application webserver.I will help me if you will write about the specific tools that u have worked and integrate on your application.. – purnang.advant Feb 24 '10 at 11:04
  • @purnang - I don't have experience with these tools, I was outlining a general approach. – Oded Feb 24 '10 at 12:01
1

Apart from the Flash editors specified by Oded, You can look at the Javascript + SVG based online image editor svg-edit. Its free.

RameshVel
  • 64,778
  • 30
  • 169
  • 213
  • Thanks a lot.Appriciate your help.But i could not find the way how to imparot image to svg-edit? Can you please give me some idea how will I integrated my asp.net applocation to svg-edit? – purnang.advant Feb 24 '10 at 10:02
  • @purnang, i also dont have real time experience with svg-edit.. But you ca n just download the library. since this is Javascript, you can easily understand and tweek into meet ur needs.. – RameshVel Feb 24 '10 at 10:20
0

I think you can take a look at picnik http://www.picnik.com/ .

user272671
  • 657
  • 4
  • 13
  • 26
  • Why doesn't picnik solve your problem? It does exactly all you specified you need the image editor to do. You would have to explain what else you need it to do that picnik does not do. – user272671 Feb 25 '10 at 14:07