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

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

Use C#.NET Demo Code to Convert TIFF Image to PNG Format in VS Project

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

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

TIFF to PNG Image Conversion in C#.NET
RasterEdge's C#.NET TIFF to PNG Conversion Control empowers developers and end users to convert TIFF to PNG image directly and quickly in C#.NET class. itextsharp read pdf line by line vb.net, extract text from pdf using itextsharp c#, how to create a thumbnail image of a pdf c#, azure function to generate pdf, itextsharp add image to existing pdf vb.net, c# convert tiff to bitmap. It is easy to integrate this control into your Visual C# application by locating and adding related dlls to your project references. Meanwhile, there is no need to use other external tools for TIFF to PNG conversion with this Control in C#.NET program. Using this C#.NET TIFF to PNG Conversion Control, you are capable of converting single-page or multi-page TIFF file to PNG image(s).
Related .net document control helps:
asp.net mvc word viewer: ASP.NET Office Word Document Viewer: view Word doc files online using C# in ASP.NET MVC web applications
c# asp.net image viewer: ASP.NET Image Viewer Control(MVC & WebForms): view, annotate, redact, convert image files in html, JQuery
asp.net view tiff images: ASP.NET Tiff Viewer: view, annotate multipage Tiff images in ASP.NET MVC, WebForms using C# Control
asp.net document viewer open source: EdgeDoc:ASP.NET Document Viewer C# Control: Open, view, annotate, redact, convert documents online in C#, VB.NET, AS...
asp.net edit pdf image using c#: ASP.NET PDF Image Edit Control: online insert, edit PDF images in C#
c# asp.net dicom viewer: ASP.NET Dicom Document Viewer Control: view, annotate dicom imaging files online in ASP.NET
asp.net mvc excel viewer: ASP.NET Excel Viewer in C# Control (MVC & WebForms): view Office Excel document in web browser.
Sometimes, you may find it difficult to share a TIFF file online because uploading and downloading of a TIFF file takes a lot of time due to its huge size. In this case, you can convert TIFF file to Portable Network Graphics format which is highly compatible with almost all web browsers. vb.net ghostscript pdf to image, c# pdf to text free, vb.net password protect pdf file, tesseract ocr pdf c#, c# excel to pdf, vb.net excel saveas pdf, convert pdf to png vb.net. PNG image format is designed to work in online viewing applications. It uses lossless compression algorithm for data storage and can store gamma and chromaticity data to improve color matching on heterogeneous platforms.
In order to help you quickly find needed information, we provide C# TIFF to PNG conversion page navigation here.
  • Features of TIFF to PNG Conversion Control for C#.NET
  • DLLs required for converting TIFF image to PNG in C# application
  • APIs and C# sample code offered to convert TIFF to PNG format
  • TIFF conversion to other image and document formats in C#.NET
TIFF to PNG Conversion Features in C#.NET
  • Completely compatible with .NET Framework 2.0 or later versions
  • Provide detailed TIFF to PNG image conversion APIs in C#.NET project
  • Load target TIFF document or single-page TIFF image at high speed in C# class
  • Quickly select TIFF document page(s) to be transformed in C# application
  • Able to specify resolution and bit depth options in C# TIFF to PNG conversion process
  • Easily save converted PNG image to any designed disk or memory route in C#
DLLs for TIFF to PNG Conversion in C#.NET
RasterEdge's C#.NET TIFF to PNG Conversion SDK is a powerful and comprehensive solution used by many C# developers. To convert TIFF file to PNG image, you need to add the following DLLs from downloaded and unzipped DocImage SDK for .NET evaluation package to your C#.NET project references.
  • RasterEdge.Imaging.Basic.dll
  • RasterEdge.Imaging.Basic.Codec.dll
  • RasterEdge.Imaging.TIFF.dll
APIs & C# Code for TIFF to PNG Conversion
What illustrated in this part are APIs and C# sample code required for converting TIFF image file to PNG image format in your Visual Studio 2005 or later versions. Both the APIs and C# sample code can be used for testing purposes.

APIs for TIFF to PNG 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 TIFF to PNG Conversion in VS

// 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. PNG, @"c:\output", "sample");

// convert the fisrt page of TIFF file to PNG image with zoom factor of 5 (reduced in size)
BasePage page = doc.GetPage(0);
page.ConvertToImage( ImageType.PNG,@"c:\output\sample0.png");
TIFF Converting to Other Formats in C#.NET
In addition to TIFF to PNG image conversion in C#.NET application, users are able to convert TIFF file to other image and document formats in C# class by using our C#.NET TIFF Image Conversion SDK. It supports converting TIFF to PDF document, TIFF converting to GIF image, TIFF to BMP conversion, TIFF rendering to JPEG, as well as TIFF converting to SVG through C# programming. We offer step-by-step tutorials for each TIFF image conversion in C#.NET and you may click respectively for easier and faster image conversion. For more formats displaying, please see RasterEdge image formats.
C# Imaging - Other Tutorials for TIFF File Manipulation


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