Aspose.SVG
24.12.0
dotnet add package Aspose.SVG --version 24.12.0
NuGet\Install-Package Aspose.SVG -Version 24.12.0
<PackageReference Include="Aspose.SVG" Version="24.12.0" />
paket add Aspose.SVG --version 24.12.0
#r "nuget: Aspose.SVG, 24.12.0"
// Install Aspose.SVG as a Cake Addin #addin nuget:?package=Aspose.SVG&version=24.12.0 // Install Aspose.SVG as a Cake Tool #tool nuget:?package=Aspose.SVG&version=24.12.0
Aspose.SVG for .NET seamlessly integrates into your .NET Apps to provide processing and rendering of SVG files without installing any 3rd party modeling or rendering software. Aspose.SVG for .NET offers developers to work with its DOM that is fully compatible with the official SVG specifications.
Create SVG files from scratch. Perform content navigation via XPath Query or CSS Selectors. High-quality SVG rendering and conversion to various popular formats, including, PDF, XPS, JPEG, PNG, TIFF, and GIF. Ability to fetch information about SVG files, its elements and hierarchy. Merge multiple SVG documents, and vectorize their text elements to retain the high quality.
It’s managed C# implementation enables it to be used with any .NET language, such as, C#, VB.NET, etc. You can also create Windows Desktop Apps as well as the ASP.NET web Apps using Aspose.SVG for .NET. It works equally well on any OS that can install .NET Framework (2.0/4.8), Mono (5.4/6.4), .NET Core (2.0/3.1) or use .NET 5, such as, MS Windows (32-bit and 64-bit), macOS (10.12+), and Linux.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.0)
- System.Diagnostics.DiagnosticSource (>= 7.0.0)
- System.Drawing.Common (>= 4.7.3)
- System.Numerics.Vectors (>= 4.5.0)
- System.Security.Permissions (>= 4.5.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Aspose.SVG:
Package | Downloads |
---|---|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications. |
|
Aspose.SVG.Drawing.SkiaSharp
ABOUT Aspose.SVG.Drawing.SkiaSharp is an extension component for Aspose.SVG that enhances its functionality by leveraging the SkiaSharp library for drawing and comprehensive conversion of SVG files. It supports conversion to popular raster formats such as PNG, JPEG, and TIFF, as well as providing robust capabilities for converting SVG files to PDF and XPS formats. By utilizing SkiaSharp, this component offers faster drawing capabilities and multiplatform support. It seamlessly integrates into your .NET Apps and extends Aspose.SVG's capabilities to enable high-quality SVG rendering and conversion using SkiaSharp's powerful features. SkiaSharp provides a wide range of advanced image filters, shaders, and other capabilities that are leveraged by Aspose.SVG.Drawing.SkiaSharp for drawing SVG documents, enabling image effects and manipulations, such as blurring, sharpening, color adjustments, gradients, and custom shader effects. These features enhance the visual output of your SVG files, resulting in visually enhanced and engaging graphics. Aspose.SVG.Drawing.SkiaSharp is developed for .NET Standard 2.0, making it compatible with a wide range of .NET platforms. It can be used with any .NET language, including C# and VB.NET. It works on multiple operating systems, including MS Windows (32-bit and 64-bit), macOS (10.12+), and Linux, wherever you can install .NET Framework, Mono, or .NET Core. HOW TO USE To activate the Aspose.SVG.Drawing.SkiaSharp feature, simply include the following code in your application: Aspose.Svg.Configuration.SetExtension(new SkiaModule()); With the drawing engine initialized, you can now use the Aspose.SVG.Drawing.SkiaSharp for various tasks. For instance, you can convert SVG files to PNG as shown below: using Aspose.Svg; using System.IO; using Aspose.Svg.Saving; using Aspose.Svg.Converters; using Aspose.Svg.Drawing.SkiaSharp; // Initilize SkiaSharp-based drawing engine Aspose.Svg.Configuration.SetExtension(new SkiaModule()); // Initialize an SVG document from a file using (var document = new SVGDocument(Path.Combine(DataDir, "source.svg"))) { // Create an instance of the ImageSaveOptions class var pngSaveOptions = new ImageSaveOptions(); // Convert SVG to PNG Converter.ConvertSVG(document, pngSaveOptions, Path.Combine(OutputDir, "result.png")); } |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
24.12.0 | 0 | 12/18/2024 |
24.11.0 | 1,198 | 11/27/2024 |
24.10.0 | 5,920 | 10/30/2024 |
24.9.0 | 5,827 | 9/19/2024 |
24.8.0 | 3,581 | 8/22/2024 |
24.7.0 | 2,704 | 7/18/2024 |
24.6.0 | 5,217 | 6/17/2024 |
24.5.0 | 9,603 | 5/3/2024 |
24.4.0 | 5,171 | 4/5/2024 |
24.3.0 | 5,581 | 3/6/2024 |
24.2.0 | 5,387 | 2/10/2024 |
24.1.0 | 7,047 | 1/18/2024 |
23.12.0 | 7,372 | 12/16/2023 |
23.11.0 | 1,623 | 12/3/2023 |
23.10.0 | 27,517 | 10/25/2023 |
23.9.0 | 12,776 | 9/18/2023 |
23.8.1 | 106,634 | 8/12/2023 |
23.7.0 | 8,731 | 7/27/2023 |
23.6.0 | 9,732 | 6/29/2023 |
23.5.0 | 8,507 | 5/25/2023 |
23.4.0 | 32,686 | 4/19/2023 |
23.3.0 | 14,831 | 3/21/2023 |
23.2.0 | 8,474 | 2/28/2023 |
23.1.0 | 40,195 | 1/31/2023 |
22.12.0 | 2,670 | 1/17/2023 |
22.11.0 | 21,787 | 11/25/2022 |
22.10.0 | 7,307 | 10/31/2022 |
22.9.0 | 19,969 | 9/30/2022 |
22.8.0 | 21,219 | 8/30/2022 |
22.7.0 | 15,545 | 7/27/2022 |
22.6.0 | 17,965 | 6/21/2022 |
22.5.0 | 8,826 | 5/20/2022 |
22.4.0 | 9,959 | 4/21/2022 |
22.3.0 | 14,082 | 3/12/2022 |
22.2.0 | 13,748 | 2/17/2022 |
22.1.0 | 7,614 | 1/16/2022 |
21.12.0 | 8,398 | 12/3/2021 |
21.11.0 | 9,034 | 11/3/2021 |
21.10.0 | 7,555 | 10/12/2021 |
21.9.0 | 17,870 | 9/7/2021 |
21.8.0 | 11,943 | 8/5/2021 |
21.7.0 | 13,985 | 7/2/2021 |
21.6.0 | 3,674 | 6/3/2021 |
21.5.0 | 10,371 | 5/12/2021 |
21.4.0 | 20,178 | 4/9/2021 |
21.3.0 | 9,936 | 3/12/2021 |
21.2.0 | 10,435 | 2/10/2021 |
21.1.0 | 5,183 | 1/25/2021 |
20.12.0 | 4,459 | 12/14/2020 |
20.11.0 | 9,305 | 11/12/2020 |
20.10.0 | 3,136 | 10/29/2020 |
20.9.0 | 5,250 | 9/25/2020 |
20.8.0 | 4,420 | 8/21/2020 |
20.7.0 | 24,112 | 7/31/2020 |
20.6.0 | 3,469 | 6/30/2020 |
20.5.0 | 3,310 | 5/29/2020 |
20.4.0 | 10,687 | 4/28/2020 |
20.2.0 | 3,718 | 2/27/2020 |
20.1.0 | 3,088 | 1/30/2020 |