Sample Code (convert single frame image to JBig2):
ConvertHandler.Convert("input.jpeg", @"output.jbig2");
Sample Code (convert multi-frame image to JBig2):
RasterImage img = new RasterImage("input.tiff"); img.Save(@"output.jbig2");
|
C# Imaging How-Tos
PM > Install-Package XImage.Raster
Get to Start Image Read & Modify Image Conversion |
How to convert, export TIFF, PNG, JPG raster image to JBig2 file using C#?
Convert RasterImage to JBig2
Sample Code (convert single frame image to JBig2): ConvertHandler.Convert("input.jpeg", @"output.jbig2"); Sample Code (convert multi-frame image to JBig2): RasterImage img = new RasterImage("input.tiff"); img.Save(@"output.jbig2");
Copyright © <2000 -
> by <RasterEdge.com>. All Rights Reserved.
RasterEdge.com is professional
ASP.NET Document Viewer Control,
ASP.NET MVC Document Viewer,
ASP.NET PDF Viewer,
MVC PDF Viewer and
ASP.NET PDF Editor Control provider for 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 and components for capturing, viewing, processing, converting, compressing and storing images, documents and more.
|