Click here to Skip to main content
15,885,537 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.7K   522   21  
Image manipulation in ASP.NET including zooming, drawing lines, etc., using GDI+.
This report shows the steps taken to convert your Web application from ASP.NET 1.1 to ASP.NET 2.0. 
There may be some unresolved conversion issues you will need to manually fix. 
For more information, please refer to http://go.microsoft.com/fwlink/?LinkId=46995 or search for the help topic "Converting from Visual Studio .NET 2002 or 2003".
Conversion Started on project file ASPImaging.csproj at April 04 2007, 14:43:42.

=========================ERRORS===================

=========================COMMENTS=================
Web.Config: Added 'xhtmlConformance' attribute.
Removed attribute Codebehind from file Global.asax.
Removed attribute AutoEventWireup from file Imager.aspx.
Removed attribute Codebehind from file Imager.aspx.
Warning: Access level of 'Page_Load' changed to 'protected' in file Imager.aspx.cs (Line 22).
Removed attribute AutoEventWireup from file index.aspx.
Removed attribute Codebehind from file index.aspx.
Warning: Access level of 'Page_Load' changed to 'protected' in file index.aspx.cs (Line 20).
Warning: Access level of 'Button1_Click' changed to 'protected' in file index.aspx.cs (Line 64).
Warning: Access level of 'Button2_Click' changed to 'protected' in file index.aspx.cs (Line 71).
Added folder App_Code.
Moved file Global.asax.cs to the App_Code\ directory.
Moved file AssemblyInfo.cs to the App_Code\ directory.
Warning: Unable to convert user settings because user file C:\Documents and Settings\robertt\VSWebCache\CHOCHO\WebSite2\ASPImaging.csproj.user was not found.
Changed HTML validation schema for all projects to 'Internet Explorer 6.0'.
Removed file Bin\ASPImaging.dll.
Removed file ASPImaging.csproj.
Removed file ASPImaging.csproj.webinfo.
Project ASPImaging.csproj has been converted successfully at April 04 2007, 14:43:44.

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