HTML JPG PDF XML APNG
Aspose.Imaging  for .NET
DICOM

Convert HEIC to DICOM files using Adapter via C#

Transform HEIC into DICOM documents using native .NET APIs without needing any image editor

How to Convert HEIC to DICOM Using C#

File format conversion is a common necessity across various professions, and today, changing one format to another is as simple as making an online request. However, for professional designers, having a reliable tool that swiftly and effectively handles conversions—especially between image and document formats is crucial. Frequently, transforming an image into a document or vice versa poses a challenge beyond the capabilities of standard editors.

Look no further than Aspose.Imaging.Heic.Adapter for .NET, tailor-made for image processing and conversion needs. This indispensable tool boasts the following key features:

  • Facilitates conversions between various image and document formats.
  • Enables automation without the need for third-party graphics editing software.
  • Offers a robust .NET API for seamless transitions.
  • User-friendly interface accessible via C#.
  • Supports HEIC and DICOM popular formats.

In order to convert HEIC to DICOM, we'll use Aspose.Imaging.Heic.Adapter API which is a feature-rich, powerful and easy to use image manipulation and conversion API for C# platform. Open Nuget package manager, search for Aspose.Imaging.Heic.Adapter and install. You may also use the following command from the Package Manager Console:

Package Manager Console Command


PM> Install-Package Aspose.Imaging.Heic.Adapter

Steps to Convert HEIC to DICOM via C#

Developers can easily load & convert HEIC files to DICOM in just a few lines of code.

  • Initialize the adapter with the Register() method, a one-time operation.
  • Load the necessary HEIC file using Aspose.Imaging.Image.Load() method.
  • Create the required save options class instance for the DICOM format and set the necessary properties.
  • Save DICOM using Aspose.Imaging.Image.Save() method, specifying the file path or stream along with the options.

System Requirements

Before running the conversion example code, make sure that you have the following prerequisites:

  • Operating system: Windows or Linux.
  • Development environment: Supports .NET Core 7 and higher, such as Microsoft Visual Studio.

Convert HEIC to DICOM - .NET