Pinta.ImageManipulation 1.0.1
dotnet add package Pinta.ImageManipulation --version 1.0.1
NuGet\Install-Package Pinta.ImageManipulation -Version 1.0.1
此命令旨在在 Visual Studio 的包管理器控制台中使用,因为它使用了 NuGet 模块的版本 Install-Package.
<PackageReference Include="Pinta.ImageManipulation" Version="1.0.1" />
对于支持 PackageReference 的项目,请将此 XML 节点复制到项目文件中以引用包。
paket add Pinta.ImageManipulation --version 1.0.1
NuGet 团队不提供对此客户端的支持。请联系其 维护者 以获得支持。
#r "nuget: Pinta.ImageManipulation, 1.0.1"
#r 指令可用于 F# Interactive 和 Polyglot Notebooks。将此内容复制到交互工具或脚本的源代码中来引用包。
// Install Pinta.ImageManipulation as a Cake Addin #addin nuget:?package=Pinta.ImageManipulation&version=1.0.1 // Install Pinta.ImageManipulation as a Cake Tool #tool nuget:?package=Pinta.ImageManipulation&version=1.0.1
NuGet 团队不提供对此客户端的支持。请联系其 维护者 以获得支持。
Pinta.ImageManipulation 以简单、开源库的形式提供了 Pinta 效果的强大功能,供您的应用程序使用。包括超过 35 个效果。
注意:这是一个与图形工具集无关的核心依赖项。根据您所使用的图形工具集,您可能想要下载 System.Drawing 或 Cairo 包。
产品 | 版本 兼容和额外的计算目标框架版本。 |
---|---|
.NET Framework | net 兼容。 |
此包没有依赖项。
NuGet 包 (2)
显示顶级 2 个依赖 Pinta.ImageManipulation 的 NuGet 包
包 | 下载 |
---|---|
Pinta.ImageManipulation.System.Drawing
Pinta.ImageManipulation 以简单、开源库的形式提供了 Pinta 效果的强大功能,供您的应用程序使用。包括超过 35 个效果。这个版本用于与 System.Drawing 一起使用。 |
|
Pinta.ImageManipulation.Cairo
Pinta.ImageManipulation 以简单、开源库的形式提供了 Pinta 效果的强大功能,供您的应用程序使用。包括超过 35 个效果。这个版本用于与 Cairo 一起使用。 |
GitHub 仓库
此包不被任何流行的GitHub仓库使用。
修复了多线程竞态条件。