Joce.EasyTool.Image 2026.108.1

dotnet add package Joce.EasyTool.Image --version 2026.108.1
                    
NuGet\Install-Package Joce.EasyTool.Image -Version 2026.108.1
                    
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="Joce.EasyTool.Image" Version="2026.108.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Joce.EasyTool.Image" Version="2026.108.1" />
                    
Directory.Packages.props
<PackageReference Include="Joce.EasyTool.Image" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Joce.EasyTool.Image --version 2026.108.1
                    
#r "nuget: Joce.EasyTool.Image, 2026.108.1"
                    
#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.
#:package Joce.EasyTool.Image@2026.108.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Joce.EasyTool.Image&version=2026.108.1
                    
Install as a Cake Addin
#tool nuget:?package=Joce.EasyTool.Image&version=2026.108.1
                    
Install as a Cake Tool

<h1 align="center"> EasyTool </h1>

<div align="center">

一个开源的 .NET 工具库, 使得开发变得更加有效率

pull_request alternate text is missing from this package README image <p> <span>中文</span> | <a href="README.EN-US.md">English</a> </p> </div>

📚 简介

Easytool 是一个功能丰富且易用的 .NET 工具库,旨在帮助开发者快速、便捷地完成各类开发任务。 这些封装的工具涵盖了字符串、数字、集合、编码、日期、文件、IO、加密、JSON、HTTP客户端等一系列操作, 可以满足各种不同的开发需求。

More information

🚀 快速开始

安装

PM> Install-Package EasyTool.Core

或者 .NET CLI 👇

dotnet add package EasyTool.Core

使用

复制文件或者目录

FileUtil.Copy(sourceDir, destinationDir, isOverwrite)

克隆对象

var a = CloneUtil.Clone<Person>(person);

🛠️ 目录

Easytool 封装了开发过程中一些常用的方法

Catalog Introduce
clone 使用 CloneUtil.Clone 方法实现 .NET 对象的深度复制
code 提供基于 base32, base62 等编解码工具

代码共享

社区交流

微信:ygdxg8657 (备注进群) QQ群:543829648 903210423(已满)

easy-tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (1)

Showing the top 1 NuGet packages that depend on Joce.EasyTool.Image:

Package Downloads
Joce.EasyTool.All

EasyTool 全功能整合包 - .NET 版的 Hutool,一站式小工具库。包含核心工具、媒体处理、AI辅助、系统操作等所有模块。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.108.1 135 1/8/2026
1.3.0 138 4/24/2026