Visual C#.NET: Convert Image to Stream

How to convert image to Stream using C#.NET
In some situation, developers need to save image into stream, or convert stream to Image and process that image. To meet this demand, Yiigo.Image for .NET offers an easy-to-use tool equipped with easy image to, from stream conversion functionality. Find more document & image conversion information on Yiigo.Imaging for .NET Conversion Support.
Yiigo.Image for .NET Conversion SDK has those following functionalities:
This document provides comprehensive Visual C#.NET samples for guiding developers to convert Word to image using Yiigo.Image for .NET. Find more document & image conversion tutorials on Convert Image to Stream in VB.NET, Web Imaging Viewer Image to Stream Conversion Support and Convert Image to Stream in .NET Winforms.
Convert Image to Stream with C#.NET Sample Code

Requirements

If you want to convert image to Stream in Visual C#.NET, make sure that you have installed.
  • Operating systems - Windows 7, Windows Vista, and Windows XP, etc
  • Compatible with .NET framework 2.0 and above versions
  • Support Visual Studio 2005, 2010 and other .NET development environments
  • Yiigo.Image for .NET installation

Start to Convert

  • Open and run your Microsoft Visual Studio;
  • Choose either "Visual C# Projects" in "New Project" dialog box;
  • Choose "Windows Application" in the "Templates" List and name it "YiigoImagingeConversionCsharp";
  • Right-click on the "References" folder, and select "Add Reference..." from the context menu in the "Solution Explorer" window;
  • In the "Add Reference" dialog box, select the ".NET" tab and browse to Yiigo.Imaging.Net.dll library;
  • Add it to your Visual C# applications;
  • Call Yiigo .NET Image Namespace & Copy those following codes:
using System.IO;
using System.Drawing.Printing;
using Yiigo.Imaging;
using Yiigo.Imaging.Processing;
using Yiigo.Imaging.Conversion;

using YiigoImage Image = new YiigoImage();

// Convert image to Stream
Image image = Image.FromFile(ImageID);
using(MemoryStream stream = new MemoryStream())
{
image.Save( stream, ImageFormat.jpeg );
}
public void ConversionImagetoStream(Stream);

// Convert Stream to image
public void ConversionStreamtoImage();
{
MemoryStream memoryStream = new MemoryStream();
stream.CopyTo(memoryStream);
memoryStream.Position = 0;
stream = memoryStream;
}
public void ConversionStreamtoImage(ImageID);
Products
Other Plugins
Image Viewer CoreBarcode PluginPDF Read & WriteTesseract OCR PluginForm Processing PluginJBIG2 CodecJPEG2000 CodecISIS ScannerTwain ScannerDICOM ReaderCAD Scanner