Hi localhost,
Thank you for using Microsoft Newsgroup Service. Based on your description,
you want some instructions or samples on how to operate on a Image grapchic
object in .NET and also you want to output the graphic as a stream to the
http web response.
I think the GDI+ APIS in dotnet provides plentiful functions on Graphic
operations, such as read/write image. And all images can be dealt with as a
Graphic object, you can edit the graphic object's attirbutes in may ways
such as by pixel or by a region area ...
For the detailed instruction and sample, you may visit the tutorial on
DOTNET QuickStart -> Graphic topic, here is the weblink to it:
http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsGDIPlus.aspx#Al
pha Blending
As for output a graphic to the http stream, it is as easy as to output a
graphic to a normal IOStream, an here is a good example shows "How to
Optimizing Color Quantization for ASP.NET Images", I believe it'll be
helpful.
http://msdn.microsoft.com/library/en-us/dnaspp/html/colorquant.asp?frame=tru
e
Please have a look at the preceding web tutorials and let know if you need
any help.
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)