GcDocs.Imaging.Skia
7.0.0
See the version list below for details.
dotnet add package GcDocs.Imaging.Skia --version 7.0.0
NuGet\Install-Package GcDocs.Imaging.Skia -Version 7.0.0
<PackageReference Include="GcDocs.Imaging.Skia" Version="7.0.0" />
paket add GcDocs.Imaging.Skia --version 7.0.0
#r "nuget: GcDocs.Imaging.Skia, 7.0.0"
// Install GcDocs.Imaging.Skia as a Cake Addin #addin nuget:?package=GcDocs.Imaging.Skia&version=7.0.0 // Install GcDocs.Imaging.Skia as a Cake Tool #tool nuget:?package=GcDocs.Imaging.Skia&version=7.0.0
GrapeCity Documents for Imaging - Skia
This library 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 GcImaging.
The main classes in this library are GcSkiaBitmap, GcSkiaImage, and GcSkiaGraphics, and can be used instead of their counterparts from GcImaging.
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.
This library is compatible with .NET 7, .NET 6, .NET Core 3.1, .NET Standard 2.x, .NET Framework 4.6.1 or higher.
All features are fully supported on Windows, macOS and Linux.
Resources
- GcImaging Live Demos
- Getting Started
- License Information
- Licensing FAQ
- How to get Trial Keys
- Online Documentation
- Offline Documentation (PDF)
GrapeCity Document APIs
- Documents for PDF
- Documents for Word
- Documents for Imaging
- Documents for Excel, .NET
- Documents for Excel, Java
GrapeCity Document JavsScript Viewers
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 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. |
-
.NETFramework 4.6.1
- GcDocs.Imaging (= 7.0.0)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
-
.NETStandard 2.0
- GcDocs.Imaging (= 7.0.0)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Numerics.Vectors (>= 4.4.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
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.4 | 78 | 10/23/2024 |
7.2.3 | 91 | 10/9/2024 |
7.2.2 | 101 | 9/20/2024 |
7.2.1 | 107 | 9/3/2024 |
7.2.0 | 124 | 8/19/2024 |
7.1.4 | 88 | 7/24/2024 |
7.1.3 | 82 | 6/26/2024 |
7.1.2 | 103 | 5/29/2024 |
7.1.1 | 118 | 4/24/2024 |
7.1.0 | 112 | 4/15/2024 |
7.0.4 | 115 | 3/22/2024 |
7.0.3 | 113 | 2/19/2024 |
7.0.2 | 128 | 1/25/2024 |
7.0.1 | 157 | 1/5/2024 |
7.0.0 | 155 | 12/11/2023 |
# 重要信息
- 这是 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 6.2.5:
## Changed
- Synced version with other Document Solutions packages.