Asp.net Web Crop Image Control

I’m so excited to announce that we have published the Web Crop Image. Those who want to implement web based image cropping functionality on their websites/projects.

Please send us feedback and tell us how we can improve this control, you are also welcome to contribute this project as a developer.

Project CodePlex website : http://www.codeplex.com/webcropimage

Updated : 18 Jan 2009 added new features maxSize and minSize to allow you fix the selection.

Updated: 11 Nov 2009 The selection now maintains its state.

Changes:

  • Namespace is now CS.Web.UI
  • Control name is now CropImage
  • Property CropImage name changed to Image
  • You dont need to set CropImageButton property anymore. Just any buttons click event call the Crop function like following;
    <CropImageControlID>.Crop(Server.Mapth(~”<directory>/<filename>”));

See samples;

http://samples.cemsisman.com/webcropimage/Sample1.aspx
http://samples.cemsisman.com/webcropimage/Ratiosample.aspx
http://samples.cemsisman.com/webcropimage/fixedsize.aspx

Please donate for further development support.

  • Print this article!
  • Twitter
  • Facebook
  • Digg
  • del.icio.us

Tags: , , , ,

7 Responses to “Asp.net Web Crop Image Control”

  1. nitinkumar says:

    I want to have source code for Image Cropping

  2. Chuck Snyder says:

    One thing that would be really helpful would be able to keep the cropped position on postback.

    Every time the program posts, the crop square moves back to the upper right corner and resizes. Be nice for people to be able to crop, adjust, crop……

    Thanks tho, we’ll be adding it to my project. Really going to help, and make me look pretty good.
    chuck

  3. DJF says:

    When I use the script on a website I get GDI+ error. Is there a way to configure for hosted server?

  4. Cem Sisman says:

    Chuck Snyder: It now maintains its state. Please download the new version here;
    http://webcropimage.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28170

    And please let me know if anything else that you thing might help. thanks for comments and feedbacks.

    Cem

  5. Cem Sisman says:

    DJF: If you send me your source code, I can have a look to see what exactly the problem is.

    email: cs@cemsisman.com

    thanks.

    Cem

  6. [...] This post was mentioned on Twitter by Cem Sisman, Cengiz Han. Cengiz Han said: RT @cemsisman: just released a new version of Web Crop Image Asp.net Server Control http://bit.ly/J6Cs7 v3 #wci [...]

Leave a Reply