Aspose.Imaging.HEIC.Adapter 24.6.0

dotnet add package Aspose.Imaging.HEIC.Adapter --version 24.6.0
NuGet\Install-Package Aspose.Imaging.HEIC.Adapter -Version 24.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Imaging.HEIC.Adapter" Version="24.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Imaging.HEIC.Adapter --version 24.6.0
#r "nuget: Aspose.Imaging.HEIC.Adapter, 24.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Imaging.HEIC.Adapter as a Cake Addin
#addin nuget:?package=Aspose.Imaging.HEIC.Adapter&version=24.6.0

// Install Aspose.Imaging.HEIC.Adapter as a Cake Tool
#tool nuget:?package=Aspose.Imaging.HEIC.Adapter&version=24.6.0

Aspose.Imaging.HEIC.Adapter for .NET

Aspose.Imaging.HEIC.Adapter for .NET Combines 2 products Aspose.Imaging for .NET and Openize.HEIC, this allows you to use the functions of both libraries as a single whole and expand export between formats. This adapter supports exporting HEIC to formats Png, Tiff, Pdf, Svg, Jpeg, Gif, Bmp, Emf, Wmf, J2k, Webp, etc..

Platform Independence

Aspose.Imaging.HEIC.Adapter for .NET can be used to develop applications on Windows Desktop (x86, x64), Windows Server (x86, x64), Windows Azure, Windows Embedded (CE 6.0 R2), as well as Linux x64. The supported platforms include Net Core 3.1, Net6.0, Net7.0, Net8.0.

New Features & Enhancements in Version 24.6

Added platform support:

  • .NetStandard2.0
  • .Net6.0
  • .Net7.0
  • Openize.Heic & Aspose.Imaging packages versions updated

Getting Started with Aspose.Imaging.HEIC.Adapter for .NET

Are you ready to give Aspose.Imaging.HEIC.Adapter for .NET a try? Simply execute

Install-Package Aspose.Imaging.HEIC.Adapter

from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Imaging.HEIC.Adapter for .NET and want to upgrade the version, please execute

Update-Package Aspose.Imaging.HEIC.Adapter

to get the latest version.

Product dependencies

This product is dependent on :

Usage example

Export HEIC to Png


using Aspose.Imaging.HEIC.Adapter;
using Aspose.Imaging.ImageOptions;

HEICImage.Register();
using var image = Aspose.Imaging.Image.Load("example.heic");
image.Save("result.png");

Export HEIC to Jpg

using Aspose.Imaging.HEIC.Adapter;
using Aspose.Imaging.ImageOptions;

HEICImage.Register();
using var image = Aspose.Imaging.Image.Load("example.heic");
image.Save("result.jpg", new JpegOptions());

Export HEIC to Pdf

using Aspose.Imaging.HEIC.Adapter;
using Aspose.Imaging.ImageOptions;

HEICImage.Register();
using var image = Aspose.Imaging.Image.Load("example.heic");
image.Save("result.pdf", new PdfOptions());

Export HEIC to Tiff

using Aspose.Imaging.HEIC.Adapter;
using Aspose.Imaging.ImageOptions;
using FileFormats.Tiff.Enums;

using var image = Aspose.Imaging.Image.Load("example.heic", HEICLoadOptions.Create());
image.Save("result.tiff", new TiffOptions(TiffExpectedFormat.TiffJpegRgb));

Export HEIC to Svg

using Aspose.Imaging.HEIC.Adapter;
using Aspose.Imaging.ImageOptions;

using var image = Aspose.Imaging.Image.Load("example.heic", HEICLoadOptions.Create());
image.Save("result.svg", new SvgOptions());
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.6.0 75 6/6/2024
24.5.0 89 5/24/2024