April 29, 2006
Generating ASP.NET Images on the Fly
ASP.NET and the .NET framework make the task of generating images on the fly very easy. With classic ASP, developers were forced to use third-party components like ASPImage and ASPPicture for dynamic image manipulation. Fortunately, with ASP.NET, those days are over. Various image manipulation capabilities are now built directly into the .NET framework classes. The .NET Framework offers several classes for image generation and manipulation. ASP.NET developers can use these classes to…
