Home All Groups Group Topic Archive Search About
Author
15 Sep 2006 7:29 AM
Laserson
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.

Author
15 Sep 2006 7:35 AM
Lars Netzel
There are some good stuff to read about reading thru a bitmap and adding
filters here:
http://www.codeproject.com/cs/media/csharpgraphicfilters11.asp

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

/Lars


Show quoteHide quote
"Laserson" <laser***@yandex.ru> wrote in message
news:e2WlmiJ2GHA.4312@TK2MSFTNGP02.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.
Author
15 Sep 2006 7:41 AM
Lars Netzel
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


Show quoteHide quote
"Lars Netzel" <uih***@adf.se> wrote in message
news:%23HyyvlJ2GHA.4748@TK2MSFTNGP04.phx.gbl...
> There are some good stuff to read about reading thru a bitmap and adding
> filters here:
> http://www.codeproject.com/cs/media/csharpgraphicfilters11.asp
>
> It's in C# but it's all I could find when looking for the same things.
>
> /Lars
>
>
> "Laserson" <laser***@yandex.ru> wrote in message
> news:e2WlmiJ2GHA.4312@TK2MSFTNGP02.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.
>
>
Author
15 Sep 2006 1:29 PM
Lance
Check out the Advanced Image Library.  http://www.advimglib.com/index.html

Lance

Show quoteHide quote
"Laserson" <laser***@yandex.ru> wrote in message
news:e2WlmiJ2GHA.4312@TK2MSFTNGP02.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.