Aspose.Imaging.HEIC.Adapter
24.7.0
See the version list below for details.
dotnet add package Aspose.Imaging.HEIC.Adapter --version 24.7.0
NuGet\Install-Package Aspose.Imaging.HEIC.Adapter -Version 24.7.0
<PackageReference Include="Aspose.Imaging.HEIC.Adapter" Version="24.7.0" />
paket add Aspose.Imaging.HEIC.Adapter --version 24.7.0
#r "nuget: Aspose.Imaging.HEIC.Adapter, 24.7.0"
// Install Aspose.Imaging.HEIC.Adapter as a Cake Addin #addin nuget:?package=Aspose.Imaging.HEIC.Adapter&version=24.7.0 // Install Aspose.Imaging.HEIC.Adapter as a Cake Tool #tool nuget:?package=Aspose.Imaging.HEIC.Adapter&version=24.7.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.7
- Updated Aspose.Imaging package to version 24.7
- Updated FileFormat.Heic package to version 24.7.1
- Added support NetFramework in compatibility mode with NetStandard 2.0
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 :
- Aspose.Imaging .NET is distributed under Aspose EULA license;
- Openize.HEIC is distributed under Openize.HEIC license;
- Openize.IsoBmff that is distributed under MIT License.
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 | Versions 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. |
-
.NETStandard 2.0
- Aspose.Imaging (>= 24.5.0)
- FileFormat.Heic (>= 24.5.1)
-
net6.0
- Aspose.Imaging (>= 24.5.0)
- FileFormat.Heic (>= 24.5.1)
-
net7.0
- Aspose.Imaging (>= 24.5.0)
- FileFormat.Heic (>= 24.5.1)
-
net8.0
- Aspose.Imaging (>= 24.5.0)
- FileFormat.Heic (>= 24.5.1)
GitHub repositories
This package is not used by any popular GitHub repositories.