XImage.Raster
Features
Tech Specs
How-to C#
Pricing

C# Imaging Library
How to C#: Generate Thumbnail for Raster


Support Thumbnail Generation with Various Options for Quick Raster Navigation





You can navigate through Rater Image in your C#.NET application via thumbnail. And generating thumbnail for Raster Image is an easy work. Please see C# programming example as below.

This is a simple C# example for Raster thumbnail creation. As you see, you are allowed to define and control the size of Raster thumbnail.

RasterImage img = new RasterImage("input.jpeg");
Bitmap outputBitmap = img.ToBitmap();