Image Editing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Laserson

    #1

    Image Editing

    Hi all! I want to write an image editing application and can you give me
    names of .NET components to edit images, something like ImgX.
  • Lars Netzel

    #2
    Re: Image Editing

    There are some good stuff to read about reading thru a bitmap and adding
    filters here:


    It's in C# but it's all I could find when looking for the same things.

    /Lars


    "Laserson" <laserson@yande x.ruwrote in message
    news:e2WlmiJ2GH A.4312@TK2MSFTN GP02.phx.gbl...
    Hi all! I want to write an image editing application and can you give me
    names of .NET components to edit images, something like ImgX.

    Comment

    • Lars Netzel

      #3
      Re: Image Editing

      what I mean is that you can take that code, compile it into a library and
      then have a free compnent.. for basic filters at least. (blur, smooth,
      sharpen, emboss etc.. )

      /Lars


      "Lars Netzel" <uihsdf@adf.sew rote in message
      news:%23HyyvlJ2 GHA.4748@TK2MSF TNGP04.phx.gbl. ..
      There are some good stuff to read about reading thru a bitmap and adding
      filters here:

      >
      It's in C# but it's all I could find when looking for the same things.
      >
      /Lars
      >
      >
      "Laserson" <laserson@yande x.ruwrote in message
      news:e2WlmiJ2GH A.4312@TK2MSFTN GP02.phx.gbl...
      >Hi all! I want to write an image editing application and can you give me
      >names of .NET components to edit images, something like ImgX.
      >
      >

      Comment

      • Lance

        #4
        Re: Image Editing

        Check out the Advanced Image Library. http://www.advimglib.com/index.html

        Lance

        "Laserson" <laserson@yande x.ruwrote in message
        news:e2WlmiJ2GH A.4312@TK2MSFTN GP02.phx.gbl...
        Hi all! I want to write an image editing application and can you give me names of .NET
        components to edit images, something like ImgX.

        Comment

        Working...