PictureUtility 8.0.0
dotnet add package PictureUtility --version 8.0.0
NuGet\Install-Package PictureUtility -Version 8.0.0
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="PictureUtility" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PictureUtility --version 8.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PictureUtility, 8.0.0"
#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 PictureUtility as a Cake Addin #addin nuget:?package=PictureUtility&version=8.0.0 // Install PictureUtility as a Cake Tool #tool nuget:?package=PictureUtility&version=8.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
[TOC]
魂哥常用工具集(GSA.MOLLE.ToolKits)
功能介绍
本库提供用于处理各种图像的辅助与应用需求的相关工具,诸如图像与Base64相互转换、图像落盘存储等,支持多种版本(net6.0;net7.0;net8.0;)。
- 鄙人专注.NET技术,深入研习.NET 8系列源码。本库通过长期实践工作积累落地成库,库中提供的所有功能均广泛应用于业务生产环境,同时会不间断地进行功能的优化和完善;
- 本库均由鄙人采用最新技术实践编码完成,部分功能借鉴于互联网,如有不适请告之,谢谢;
- 本库可同时满足大、中、小等各式项目的自由支配使用,以提供快捷、便利的工具方法,提升工作效率和业务能力为宗旨。
<br>
开发日志
2023-12-11
- 本封装库将集成SixLabors.ImageSharp第三方库,用于处理所有跟图像对象相关需求,以实现跨平台及相关功能;
- 完成由Base64字符串转图像,以及相关图像存储功能的迁移与优化工作。
2023-12-10
- 排除netstandard2.0和netstandard2.1标准库的支持,本库将仅支持net6.0及以上版本。
2023-12-10
- 创建独立的图像辅助与应用工具集(PictureUtility),专门用于处理各种图像的辅助与应用需求;
- 完成项目初始化和基础属性配置与定义。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- SixLabors.ImageSharp (>= 3.1.0)
-
net7.0
- SixLabors.ImageSharp (>= 3.1.0)
-
net8.0
- SixLabors.ImageSharp (>= 3.1.0)
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 |
---|---|---|
8.0.0 | 221 | 12/11/2023 |
创建独立的图像辅助与应用工具集(PictureUtility),专门用于处理各种图像的辅助与应用需求。