.NET 3.5 web app - C# image scaling on the fly - lower quality on deployed site vs development
问题 I have a VS 2008, .NET 3.5 targeted MVC.NET app. I am developing on Windows 7 with its IIS, but deploying to a Windows Server 2003 environment with .NET 3.5 SP1 installed. We have a image scaling action that returns an image from the database in the requested resolution, and converts to PNG on the fly with System.Drawing and System.Drawing.Imaging APIs. The image served up via the deployed site is 1/2 the size/quality of the one in development. The source image is identical, but requesting