By tag: Images
0
kicks
How to make image thumbnail using ASP.NET(C#)
This sample code shows you how to make image thumbnail in ASP.NET and C#.
0
kicks
Working with Images in C#
This article—Working with Images—is from GDI+ Custom Controls with Visual C# 2005. Learn to process images in C#
0
kicks
Ivan Uzunov Blog » Blog Archive » Create High Quality Thumbnails with
Creating thumbnails with .NET is really simple task. You have to call only one method Image.GetThumbnailImage(). The problem is that the quality of the created image is really poor.