GrapeCity.Documents.Imaging.Skia 7.2.3

dotnet add package GrapeCity.Documents.Imaging.Skia --version 7.2.3                
NuGet\Install-Package GrapeCity.Documents.Imaging.Skia -Version 7.2.3                
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="GrapeCity.Documents.Imaging.Skia" Version="7.2.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GrapeCity.Documents.Imaging.Skia --version 7.2.3                
#r "nuget: GrapeCity.Documents.Imaging.Skia, 7.2.3"                
#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 GrapeCity.Documents.Imaging.Skia as a Cake Addin
#addin nuget:?package=GrapeCity.Documents.Imaging.Skia&version=7.2.3

// Install GrapeCity.Documents.Imaging.Skia as a Cake Tool
#tool nuget:?package=GrapeCity.Documents.Imaging.Skia&version=7.2.3                

Document Solutions for Imaging - Skia

A Shift from ‘GrapeCity Documents' to ‘Document Solutions' for US Edition

重要信息:对于 ’GrapeCity Documents’ 中国版本,组件名已经更改为 ‘GcDocs’。

Important update: as part of our product rebranding efforts, this 7.2.3 version is the last release using the old GrapeCity.Documents package naming. Starting with version 7.2.4 and onwards, the package will only be released using the new package names below and this GrapeCity.Documents package will be phased out.

It is highly recommended to update to these new packages as soon as you can. Transitioning to the new packages has been simplified through the Documents Migration tool, conveniently included in the product trial download zip files available for the respective products:

Please note that despite the adoption of new package names, the APIs, namespaces, and type names remain unchanged. You will not need to modify your code. Only the package names and DLL names have been changed, just requiring updates to the new package references.

Existing subscriptions will continue to receive the new package updates. If you have any questions or need any assistance with this update, please contact our support teams. Please find the nuget package links for new packages below:

Document Solutions for Imaging - Skia

This is a cross-platform rendering engine for drawing text and graphics. It is based on SkiaSharp and exposes an object model similar to, and interoperable with, classes from Document Solutions for Imaging (DsImaging, formerly GcImaging).

The main classes in DsImaging.Skia are GcSkiaBitmap, GcSkiaImage, and GcSkiaGraphics, and can be used instead of their counterparts from DsImaging.

GcSkiaBitmap represents a bitmap in CPU memory. It works similar to GcBitmap but internally encapsulates an instance of SKBitmap object from SkiaSharp.GcSkiaBitmap can load and save images in JPEG, PNG, and WEBP formats. A GcSkiaBitmap can be converted to a GcBitmap or GcSkiaImage, and vice versa. To draw on a GcSkiaBitmap, call the CreateGraphics() method which returns an instance of the associated GcSkiaGraphics that can be used for drawing.

GcSkiaImage represents an immutable image based on SKImage. It is a lightweight version of GcSkiaBitmap which does not support modifications. A GcSkiaImage can be loaded and saved to the same formats as GcSkiaBitmap. It can also be converted to GcBitmap or GcSkiaBitmap. Both GcSkiaImage and GcSkiaBitmap implement the IImage interface and so can be rendered on an instance of any class derived from GcGraphics.

GcSkiaGraphics is the drawing class derived from GcGraphics. An instance of GcSkiaGraphics can be created directly or from a GcSkiaBitmap. If the GcSkiaGraphics instance was created from a GcSkiaBitmap, it can be disposed when all drawing is done. If the GcSkiaGraphics instance was created directly, ToSkiaImage() or ToGcBitmap() methods can be called on it to get a snapshot of the current drawing.

If drawing text to multiple instances of GcSkiaGraphics make sure to create a single SkiaFontCache object and assign it to the FontCache property of all those instances.

GrapeCity.Documents.Imaging.Skia is compatible with .NET 8, .NET 7, .NET 6, .NET Standard 2.x, .NET Framework 4.6.1 or higher.

All features are fully supported on Windows, macOS and Linux.

Resources

Other Document Solutions Products

Document Solutions JavaScript Viewers

Product 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 is compatible.  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
7.2.3 91 10/9/2024
7.2.2 105 9/20/2024
7.2.1 104 9/3/2024
7.2.0 116 8/19/2024
7.1.4 81 7/24/2024
7.1.3 106 6/26/2024
7.1.2 114 5/29/2024
7.1.1 115 4/24/2024
7.1.0 127 4/15/2024
7.0.4 103 3/22/2024
7.0.3 124 2/21/2024
7.0.2 138 1/25/2024
7.0.1 154 1/5/2024
7.0.0 172 12/11/2023
6.2.5 183 11/23/2023
6.2.4 188 10/27/2023
6.2.3 188 9/28/2023
6.2.2 208 9/13/2023
6.2.1 218 8/17/2023
6.2.0 1,598 8/7/2023
6.1.5 239 7/12/2023
6.1.4 212 6/20/2023
6.1.3 181 6/1/2023
6.1.2 204 5/8/2023
6.1.0 225 4/16/2023
6.0.7 201 4/7/2023
6.0.6 264 3/23/2023
6.0.5 306 2/28/2023
6.0.4 306 2/6/2023
6.0.3 350 1/20/2023
6.0.2 330 1/3/2023
6.0.1 324 12/27/2022
6.0.0 327 12/12/2022
5.2.0.805 316 12/9/2022
5.2.0.804 385 11/2/2022
5.2.0.803 1,118 10/10/2022
5.2.0.802 453 9/16/2022
5.2.0.801 414 8/24/2022
5.2.0.800 418 8/15/2022

# Important note for users of the GrapeCity.Documents.Imaging.Skia package:
- The GrapeCity.Documents.Imaging.Skia package has been renamed and this is the last release under the old package naming. Starting with the next 7.2.4 version, it will be released under the new name DS.Documents.Imaging.Skia only. The new package provides the same functionality, ensures future enhancements, and is backwards compatible with GrapeCity.Documents.Imaging.Skia. Please update your references to avoid any possible future interruptions. Existing subscriptions will continue to apply to the new package.

- GrapeCity.Documents.Imaging.Skia 已经更名为 GcDocs.Imaging.Skia。从 V7.2.4 版本开始,将仅以 GcDocs.Imaging.Skia 进行更新及维护。
- GcDocs.Imaging.Skia 与 GrapeCity.Documents.Imaging.Skia 的功能保持一致,未来我们将持续对 GcDocs.Imaging.Skia 添加新功能并进行维护,并且与 GrapeCity.Documents.Imaging.Skia 保持兼容。请将您的引用从 GrapeCity.Documents.Imaging.Skia 改为 GcDocs.Imaging.Skia 以避免任何可能的问题。
- GcDocs.Imaging.Skia 与 GrapeCity.Documents.Imaging.Skia 使用相同的授权策略,已有的授权可以继续使用。如果在您的升级中,遇到任何授权问题,可以发送邮件至 info.xa@grapecity.com 联系我们获取帮助。

# Changes since version 7.2.2:

## Changed
- Synced version with other Document Solutions packages.