Convert DIB to JP2 in C#

DIB to JP2 conversion with a few lines of .NET code


Download Free Trial

About GroupDocs.Conversion for .NET API

GroupDocs.Conversion for .NET can be used to convert Microsoft Word, Excel, PowerPoint, PDF, Visio and other formats. GroupDocs.Conversion is a standalone API that is suitable for back-end and internal systems where high performance is required. It does not depend on any software such as Microsoft or Open Office.

Convert your DIB files to JP2 in .NET easily. You can use just a couple of C# code lines in any platform of your choice like - Windows, Linux, macOS. You can try DIB to JP2 conversion for free and evaluate conversion results quality. Along with simple file conversion scenarios you can try more advanced options for loading source DIB file and for saving output JP2 result.

For example, for the source DIB file you may use the following load options:

  • auto-detect file format;
  • specify password for protected files (if file format supports it);
  • replace missing fonts to preserve document appearance.

There are also advanced convert options for the JP2 file:

  • convert specific document page or page range;
  • add a watermark to the converted JP2 file and many more.

Once conversion is completed you can save your JP2 file to the local file path or any third-party storage like FTP, Amazon S3, Google Drive, Dropbox etc. Please note - to convert DIB to JP2 there is no need for any additional software installed - like MS Office, Open Office, Adobe Acrobat Reader etc.

Steps to convert DIB to JP2 in C#

GroupDocs.Conversion for .NET makes it easy for developers to convert a DIB file to JP2 with a few lines of code.

  • Create an instance of the Converter class and provide the file DIB with the full path
  • Create and set ConvertOptions for JP2 type.
  • Call the Converter.Convert method and pass the full path and format (JP2) as a parameter

System Requirements

Basic conversion with GroupDocs.Conversion for .NET can be done in just a few simple steps. Our APIs are supported on all major platforms and operating systems. Before executing the code below, make sure you have the following prerequisites installed on your system.

  • Operating systems: Microsoft Windows, Linux, MacOS
  • Development environments: Microsoft Visual Studio, Xamarin, MonoDevelop
  • Frameworks: .NET Framework, .NET Standard, .NET Core, Mono
  • Get the latest GroupDocs.Conversion for .NET from Nuget

// Load source file DIB for conversion
  var converter = new GroupDocs.Conversion.Converter("input.dib");
  // Prepare conversion options for target format JP2
  var convertOptions = converter.GetPossibleConversions()["jp2"].ConvertOptions;
  // Convert to JP2 format
  converter.Convert("output.jp2", convertOptions);

DIB to JP2 Live Demo

Convert DIB to JP2 now by visiting the GroupDocs.Conversion App website. Online demo has the following advantages

No need to download API

No need to write any code

Just upload the source file

Get download link to save the file

Other supported DIB conversions in C#

You can also convert DIB to many other file formats. Please see the list below.

Convert DIB to BMP

(Bitmap Image File)

Convert DIB to DCM

(DICOM Image)

Convert DIB to EMF

(Enhanced Metafile Format)

Convert DIB to EMZ

(Windows Compressed Enhanced Metafile)

Convert DIB to GIF

(Graphical Interchange Format)

Convert DIB to JP2

(JPEG 2000 Core Image)

Convert DIB to JPEG

(Joint Photographic Expert Group Image)

Convert DIB to PNG

(Portable Network Graphic)

Convert DIB to PPS

(PowerPoint Slide Show)

Convert DIB to PPSX

(PowerPoint Slide Show)

Convert DIB to PPT

(Microsoft PowerPoint 97-2003)

Convert DIB to PPTX

(Open XML presentation Format)

Convert DIB to PSB

(Photoshop Large Document Format)

Convert DIB to PSD

(Photoshop Document)

Convert DIB to SVG

(Scalar Vector Graphics)

Convert DIB to SVGZ

(Compressed Scalable Vector Graphics)

Convert DIB to TGA

(Truevision Graphics Adapter)

Convert DIB to TIFF

(Tagged Image File Format)

Convert DIB to WEBP

(Raster Web Image Format)

Convert DIB to WMF

(Windows Metafile)

Convert DIB to WMZ

(Compressed Windows Metafile)

Back to top
 English