Guide for C#
Core Document Formats
Tiff to GIF
Additional Features

C# TIFF - Convert TIFF to GIF in C#.NET

C# Image Converter, Render & Convert TIFF to GIF Using C# Code

Visual C#
Home > .NET Imaging SDK > C# > Convert TIFF to GIF

"This online guide content is Out Dated!
    Please get the latest XDoc.Tiff C# Developer Guide here.
"

C# TIFF Imaging - TIFF to GIF Overview
RasterEdge aims to provide powerful toolkit for document and image conversion that empowers developers and users across your organization to convert TIFF image to other formats directly and rapidly. C#.NET TIFF Imaging Converting Control from RasterEdge DocImage SDK for .NET can easily convert TIFF to GIF image in C#.NET class with mature converting methods. vb.net create pdf, how to display pdf file in c# windows application, merge pdf files in asp net c#, vb.net pdfsharp pdf to image, get pdf page count c#, qrcodeencoder c#. Other supported raster image formats include PNG, BMP and JPEG. Besides, using this .NET TIFF Imaging Converting Library, conversions from TIFF to PDF & vector SVG forms can also be achieved.
Related .net document control helps:
asp.net view text file in browser: ASP.NET Text file viewer in MVC, WebForms: Open, view, annotate, convert txt files in C# ASP.NET
asp.net document viewer example: EdgeDoc:ASP.NET Document Viewer C# Control: Open, view, annotate, redact, convert documents online in C#, VB.NET, AS...
mvc document viewer: ASP.NET MVC Document Viewer: view, annotate, redact files on ASP.NET MVC web projects
asp.net mvc display tiff: ASP.NET Tiff Viewer: view, annotate multipage Tiff images in ASP.NET MVC, WebForms using C# Control
asp.net mvc pdf editor control: ASP.NET MVC PDF Viewer & Editor: view, annotate, redact, edit PDF document in C# ASP.NET MVC
asp.net mvc image viewer: ASP.NET Image Viewer Control(MVC & WebForms): view, annotate, redact, convert image files in html, JQuery
asp.net sharepoint document viewer control: ASP.NET SharePoint Document Viewer: view, annotate, redact documents in SharePoint
We also provide C#.NET imaging developers with a variety of TIFF document file manipulation functions. Features of RasterEdge .NET TIFF Imaging SDK include comprehensive TIFF image viewing, annotating, processing, etc. What's more, our C#.NET TIFF Imaging SDK library is also specialized in TIFF image barcode generating and scanning. Following links demonstrate more detailed guides for TIFF converting in C#.NET & VB.NET applications. how to add header and footer in pdf using c#, find and replace text in pdf using c#, pdf to jpg c# open source, tesseract c# pdf, convert pdf page to bitmap c#, convert text file to pdf using itextsharp in c#, c# pdf manipulation.
From this TIFF to GIF image converting tutorial page, you can get instructions on:
  • Specific features of rendering TIFF to GIF in C#.NET with RasterEdge .NET Imaging TIFF Rendering SDK
  • Brief introductions of imaging DLL assemblies for TIFF converting to GIF in C#.NET
  • Complete and exact APIs and C# sample code for rendering TIFF to GIF
TIFF to GIF Rendering & Converting Features in C#.NET
  • Simple to be combined with RasterEdge .NET basic imaging control
  • Add high speed TIFF document conversion capability to C#.NET application
  • Mature TIFF imaging method to load TIFF file rapidly into C# program
  • Convert single or multiple TIFF document(s) or its page(s) to GIF image(s) with robust C#.NET APIs
  • Save converted GIF image to local file or memory stream disk as you wish
  • Royalty free for desktop application development using RasterEdge .NET TIFF Imaging Rendering Library
Imaging DLL Assemblies for TIFF Conversion to GIF in C#.NET
The indispensable .NET imaging libraries for TIFF to GIF rendering are "RasterEdge.Imaging.Basic.dll", "RasterEdge.Imaging.Basic.Codec.dll" & "RasterEdge.Imaging.TIFF.dll". And we will give simple instructions on their definitions and usages in this section.
  • RasterEdge.Imaging.Basic.dll and RasterEdge.Imaging.Basic.Codec.dll: these two assemblies offer core .NET imaging techniques for TIFF to GIF conversion. You need to add them to C# project reference, together with other add-on DLLs, like TIFF add-on.
  • RasterEdge.Imaging.TIFF.dll: this is necessary for all TIFF document viewing and processing functions. Specifically speaking, it is responsible for TIFF image loading, viewing, processing, annotating, converting, TIFF tag manipulating, TIFF barcode reading & writing, ect.
Convert TIFF to GIF Image APIs & Code in C#.NET
It will be an easy work to convert TIFF image to GIF format for developers and end-users by using RasterEdge .NET Imaging TIFF Converting SDK components. We mainly illustrate how to convert TIFF to GIF from following two aspects.
  • C#.NET TIFF to GIF converting APIs
  • Sample C# code for TIFF to GIF rendering and converting
TIFFDocument: it is a programmatic abstraction of TIFF document that contains all TIFF document information, such as TIFF pages. TIFFPage: it is a high-level model to represent pages contained in a TIFF file.

C#.NET TIFF to GIF Converting APIs

Please refer to following two sets of APIs for TIFF to GIF conversion in C#.NET.
// in TIFFDocument
void ConvertToImages(ImageType target, String directory, String fileName);
void ConvertToImages(ImageType targetType, float zoomValue, String directory, String fileName);

// in TIFFPage
void ConvertToImage(ImageType toType,String filePath);
void ConvertToImage(ImageType toType, float zoomValue, String filePath);

C# Sample Code for Converting Multi-page TIFF to GIF Images

With RasterEdge .NET TIFF Imaging Converting Library, users are capable of easily loading a TIFF file into your C#.NET project and then converting a multi-page TIFF file into several GIF image files or converting any page of TIFF file to GIF image. After the converting, GIF image processing is also available for users by using RasterEdge .NET Imaging Processing SDK controls.
// load a TIFF document
TIFFDocument doc = new TIFFDocument(@"C:\Source\Tiff\sample.tif");

// bulk operation for converting TIFF document to collections of GIF image files
doc.ConvertToImages(ImageType.GIF, @"c:\output", "sample");

// convert the fisrt page of TIFF file with zoom factor of.5 (reduced in size)
BasePage page = doc.GetPage(0);
page.ConvertToImage( ImageType.GIF,@"c:\output\sample0.gif");
C# Imaging - Other Recommended TIFF Imaging Tutorials


Recommend this to Google+


RasterEdge.com is professional provider of ASP.NET MVC Document Viewer, ASP.NET PDF Viewer, MVC PDF Viewer document, content and imaging solutions, available for ASP.NET AJAX, Silverlight, Windows Forms as well as WPF. We are dedicated to provide powerful & profession imaging controls, PDF document, image to pdf files and components for capturing, viewing, processing, converting, compressing and stroing images, documents and more.

©2000-2024 Raster Edge.com