Link to home
Start Free TrialLog in
Avatar of Starr Duskk
Starr DuskkFlag for United States of America

asked on

Image Crop, Rotate, Flop, Resize, Lighten, Darken

I am looking for an ASP.NET control that I can load on my webpage to allow Image manipulations such as: crop, rotate, resize, lighten, darken. Also forcing an aspect ratio, etc. If it has ability to upload, that is fine, but I can upload and then allow editing of the image. I also need to be able to rename the image to my generated image name, instead of using the name it came with.

I've looked at several, and I've seen some that upload and crop, but don't allow rotate or lighten/darken.

I used to use ASPImage with my ASP classic code, but since then I don't find anything like that that support asp.net. I am using 3.5 and 4. frameworks. Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Shahan Ayyub
Shahan Ayyub
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Starr Duskk

ASKER

This is a windows forms app, I am looking for a web form app. But thanks.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the suggestion, but this also saves locally to the person's own computer.

I need something that will allow my users to upload their images, crop them, and save them onto my web server. It needs to support a web application.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You're not getting what I'm asking.

I am working with a web application, not a desktop application, so this link shows how to work with desktop/local images:
http://www.codeproject.com/KB/GDI-plus/csharpgraphicfilters11.aspx

It will not work.

This link shows how to upload an image. This is a piece of cake. That is not what I need.
http://www.codeproject.com/KB/aspnet/simpleuploadimage.aspx

This link is to a site that allows a local user to upload an image to their site, manipulate it and then save it back on their local computer.
http://pixlr.com/express/"

That is not what I need.

I have a web site.
I want to purchase a third-party control.
The control  needs to give my online user the ability to upload their image, then crop, rotate, clip, resize, change brightness, darkness, etc.
I need an image manipulation third-party control that does it all. I don't need instructions for how to build my own and run from my desktop, and I don't need directed to a website that allows users to do it locally and save locally.

This control must allow users to upload, manipulate, and then save it on my WEB SERVERS.
None of these answered the question I was asking, but no need to keep it open I guess.