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

C# Imaging Library
C# Raster - Convert Image to TIFF in C#.NET


Online C# Guide for Converting Image to TIFF in .NET Application



How to convert, export raster images to multi-page TIFF file using C#?

  1. Download XImage.Raster C# imaging library
  2. Install C# library to convert, export raster images to multi-page TIFF file in .NET applications
  3. Step by Step Tutorial










Convert RasterImage to TIFF

Sample Code (convert single frame image to TIFF):

ConvertHandler.Convert("input.jpeg", @"output.tif");


Sample Code (convert multi-frame image to TIFF):

RasterImage img = new RasterImage("input.ico");
img.Save(@"output.tif");




How to convert image to TIFF with options applied in C#?



When you convert images to multi-page tiff image file using XImage.Raster C# Imaging library, you can customize and apply the following TIFF image options
  • Compression set compression for output tif file
  • ColorSpace set color space for output tif file
  • MultiPage if save to a multipage tif file, otherwise only the first page of the file will be saved.
  • RowsPerStip set the number of rows per strip