CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Location
    India
    Posts
    143

    Image processing on web

    Can somebody help me finding some way to implement an image editor in a asp.net web application.
    The features that I want to have in this editor are:
    1. Image tagging
    2. Highlighting a particular area, marking, adding text
    3. corp, zoom, resize, rotate
    4. adding shapes like circle, rectagle, arrow etc on the original image

    we have tried some of these features using ajax and gdi programming and could do some of the features but not all

    I am looking for something like http://www.leadtools.com/sdk/imaging...inkid=top_menu We are already using the windows version of this tool in one of our applications, but looks like they do not support the same features on web toolkit
    Anupam.

  2. #2
    Join Date
    Jun 2009
    Posts
    113

    Re: Image processing on web

    This isn't .Net but it has some of the features you are looking for:
    Windows Image Acquisition Automation
    http://msdn.microsoft.com/en-us/libr...27(VS.85).aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured