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.


How to read, preview, view raster images using C#?

  1. Download XImage.Raster C# imaging library
  2. Install C# library to preview, view TIFF, PNG images in .NET applications
  3. Step by Step Tutorial








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();