Stories recently tagged with 'Images'

How to make image thumbnail using ASP.NET(C#)(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years, 3 months ago

This sample code shows you how to make image thumbnail in ASP.NET and C#. read more...

2 comments |category: |Views: 332

tags: another

Working with Images in C#(en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

This article—Working with Images—is from GDI+ Custom Controls with Visual C# 2005. Learn to process images in C# read more...

add a comment |category: |Views: 60

tags: another

Ivan Uzunov Blog » Blog Archive » Create High Quality Thumbnails with (ivanuzunov.net)

submitted by kichetokicheto(435) 5 years, 2 months ago

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. read more...

add a comment |category: |Views: 15

tags: another