Guide for VB.NET
Core Document Formats
Tiff to JPEG
Additional Features

VB.NET TIFF - Convert TIFF to JPEG Using VB

TIFF to JPEG Converter / Conversion SDK for VB.NET Image Application

VB.NET
Home > .NET Imaging SDK > VB.NET > Convert TIFF to JPEG

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

TIFF & JPEG are both popular image formats that are used for website designing. To help you find an efficient .NET solution to convert & render TIFF to JPEG image format, RasterEdge specifically develops this VB.NET TIFF to JPEG image converter component. vb.net read pdf file text, pdfsharp html to pdf mvc, pdf viewer control in c#, merge multiple file types into one pdf in c#, vb.net code to convert pdf to text, code 39 c# class. And this online tutorial page will illustrate the VB.NET TIFF to JPEG image converting application from following aspects.
Related .net document control helps:
asp.net office viewer: ASP.NET Office Word Document Viewer: view Word doc files online using C# in ASP.NET MVC web applications
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 pdf document viewer c#: ASP.NET PDF Document Viewer in C#: open, display, view, annotate, redact Adobe PDF files online in ASP.NET MVC & WebForm...
asp.net annotate pdf control: ASP.NET Annotate PDF Control: annotate, comment, markup PDF document online using ASP.NET C#
asp.net edit pdf text control: ASP.NET PDF Text Edit Control: online edit PDF text content using C# ASP.NET
asp.net view text file: ASP.NET Text file viewer in MVC, WebForms: Open, view, annotate, convert txt files in C# ASP.NET
asp.net document viewer free: EdgeDoc:ASP.NET Document Viewer C# Control: Open, view, annotate, redact, convert documents online in C#, VB.NET, AS...
  • What VB.NET APIs will be used in TIFF to JPEG image converting application?
  • Is there any demo code that I can use to convert TIFF to JPEG image format in VB.NET programming?
  • Why do I need to use this VB.NET TIFF to JPEG image conversion component add-on?
convert powerpoint to pdf c#, vb.net pdf add page thumbnails, convert bitmap to pdf c#, vb.net itextsharp split pdf, convert pdf to text vb.net, convert txt file to pdf c#, vb.net rotate pdf.
Converting APIs
The APIs contained in this VB.NET TIFF to JPEG image converter add-on are quite easy to use. Using these VB.NET APIs, you can easily convert TIFF to JPEG without depending on other third-party image processing or editing controls. mvc view to pdf itextsharp, asp.net view excel in browser, asp.net pdf viewer component, pdf preview in asp net c# example, asp.net mvc pdf editor, c# asp.net open word document, asp.net add text to pdf file.
''' Firstly, render TIFF document to get a REImage collection, or choose specific TIFF page to render	
Private Function GetPage(pageIdx As Integer) As BasePage Implements TIFFDocument.GetPage
End Function
Private Function toImage() As BaseImage Implements TIFFPage.toImage
End Function
Private Function toImage(width As Integer, height As Integer) As BaseImage Implements TIFFPage.toImage
End Function
Private Sub New(imagesource As List(Of REImage))
End Sub

''' Secondly, convert TIFFs to JPEG images using following TIFF conversion API
Private Sub Convert(s As Stream, format As ImageFormat) Implements REImage.Convert
End Sub
API Explanation: If this is the first time to interact with RasterEdge VB.NET TIFF related reading & manipulating components, you may have some questions in understanding above VB.NET TIFF to JPEG image converting APIs, especially for following programming classes and methods.
  • TIFFDocument: this programming class is used as a high-level constructor for TIFF document file. To put it in another way, if there is an in-memory TIFF document in your VB.NET class application, this TIFFDocument class will immediately create a corresponding TIFFDocument object to represent it.
  • TIFFPage: derived from REPage, this TIFFPage class is defined by VB.NET TIFF to JPEG conversion control to display one page of a TIFFDocument instance.
  • toImage(): this programming method is used to render selected TIFF page into image source. One thing that needs to be mentioned here is that when you are using toImage method to render TIFF page to image object, you can use other APIs to customize the resolution & bit depth of converted image object.
VB.NET Demo Code
To help better use above VB.NET TIFF to JPEG image converting APIs, we here offer a sample tutorial on how to convert TIFF to JPEG using VB.NET code programmatically. If needed, VB.NET developers can also view converted JPEG image after completing this TIFF to JPEG conversion task by using our .NET web viewer SDK.
''' <summary>
''' Convert TIFF to images of JPEG format
''' </summary>
''' <param name="TiffFilePath"></param>
''' <returns></returns>
Public Function ConvertTIFFtoJPEG(TiffFilePath As String) As List(Of Stream)
' A list of stream which contains the image data of the JPEG image.
Dim buffer As New List(Of Stream)()

Dim doc As New TIFFDocument(TiffFilePath)
For i As Integer = 0 To doc.GetPageCount() - 1
Dim page As TIFFPage = DirectCast(doc.GetPage(i), TIFFPage)

Dim temp As REImage = DirectCast(page.ToImage(), REImage)
Dim imageStream As New MemoryStream()
If temp IsNot Nothing Then
temp.Convert(imageStream, ImageFormat.Jpeg)
buffer.Add(imageStream)

End If
Next

Return buffer
End Function
Why to Choose
In this section, we list the benefits that this VB.NET TIFF to JPEG image converter add-on can bring to programmers.

Compatible with Multiple .NET Framework Versions

Written in managed C# code and designed for .NET applications, this .NET TIFF to JPEG image converting control add-on can achieve fast VB.NET TIFF to JPEG image conversion in .NET Framework 2.0, 3.0, 3.5, 4.0 & 4.5.

Able to Load TIFF from Web & File Path

Using this VB.NET TIFF to JPEG image converting add-on, developers can load TIFF from stream or PC file, and save converted JPEG image as memory stream or .jpg image format.

Suitable for Multiple .NET Developing Projects

If you want to convert TIFF to JPEG image format in ASP.NET web application or Windows Forms project, this VB.NET TIFF to JPEG image converter is also a good choice.

Support Other TIFF Related Converting Functions

As this VB.NET TIFF to JPEG converter control component contains several image compression mechanisms, it allows developers to perform other VB.NET TIFF to image converting applications, like TIFF to PNG conversion. Besides, if integrated with VB.NET PDF reading component SDK, this VB.NET TIFF to JPEG converter add-on is also able to convert TIFF to PDF document file.

Able to Process Converted JPEG Image File in VB.NET

This VB.NET TIFF to JPEG conversion add-on also owns the comprehensive image processing APIs to edit converted JPEG image file, like image resizing, cropping, rotating, flipping and scaling.


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