Click here to Skip to main content
15,888,610 members
Articles / Web Development / ASP.NET

Zoom an image in ASP.NET with GDI+ using Bitmap's OutStream option

Rate me:
Please Sign up or sign in to vote.
3.55/5 (4 votes)
11 Apr 2007CPOL3 min read 44.8K   522   21  
Image manipulation in ASP.NET including zooming, drawing lines, etc., using GDI+.
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="ASPImaging">
</Property><Property Name="Solution File" Value="C:\Inetpub\wwwroot\WebSite2\ASPImaging.sln">
</Property><Property Name="Date" Value="Wednesday, April 04, 2007">
</Property><Property Name="Time" Value="14:43 PM">
</Property></Properties><Event ErrorLevel="2" Project="ASPImaging" Source="http://localhost/ASPImaging/" Description="Unable to open the Web 'http://localhost/ASPImaging'.  The Web 'http://localhost/ASPImaging' does not exist.">
</Event><Event ErrorLevel="0" Project="" Source="ASPImaging.sln" Description="Solution converted successfully">
</Event><Event ErrorLevel="3" Project="" Source="ASPImaging.sln" Description="Converted">
</Event></UpgradeLog>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions