CodeWF.Tools.Image 1.3.13.2

dotnet add package CodeWF.Tools.Image --version 1.3.13.2
                    
NuGet\Install-Package CodeWF.Tools.Image -Version 1.3.13.2
                    
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="CodeWF.Tools.Image" Version="1.3.13.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeWF.Tools.Image" Version="1.3.13.2" />
                    
Directory.Packages.props
<PackageReference Include="CodeWF.Tools.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 CodeWF.Tools.Image --version 1.3.13.2
                    
#r "nuget: CodeWF.Tools.Image, 1.3.13.2"
                    
#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 CodeWF.Tools.Image@1.3.13.2
                    
#: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=CodeWF.Tools.Image&version=1.3.13.2
                    
Install as a Cake Addin
#tool nuget:?package=CodeWF.Tools.Image&version=1.3.13.2
                    
Install as a Cake Tool

CodeWF.Tools

简体中文 | English

NuGet Name NuGet url Download
CodeWF.Tools NuGet NuGet
CodeWF.Tools.Core NuGet NuGet
CodeWF.Tools.Files NuGet NuGet
CodeWF.Tools.Image NuGet NuGet

CodeWF.Tools, making C# coding simpler.

CodeWF.Tools is an open-source utility library for C# developers. It provides practical helpers for strings, dates, files, JSON/YAML conversion, image utilities, and common development workflows.

Packages

  • CodeWF.Tools.Core: native .NET extensions without third-party dependencies.
  • CodeWF.Tools.Files: file, export, JSON, and YAML utilities.
  • CodeWF.Tools.Image: image and QR code utilities.
  • CodeWF.Tools: the combined package.

Development

This repository uses NuGet Central Package Management. Package versions are maintained in Directory.Packages.props.

Thanks

  • Masuit.Tools:https://github.com/ldqk/Masuit.Tools

Third-Party Open Source Audit

Checked on 2026-05-20 with NuGet metadata, restored project.assets.json, and upstream source/license links. MIT / Apache-2.0 / BSD are preferred.

Remediation:

  • Updated Magick.NET-Q16-AnyCPU from 14.13.0 to 14.13.1; dotnet build CodeWF.Tools.slnx -c Release -m:1 then completed with 0 warnings and 0 errors.
  • Updated the Avalonia demo package family from 12.0.2 to 12.0.3.
  • Updated MiniExcel from 1.43.1 to 1.44.1, SharpCompress from 0.48.0 to 1.0.0, System.Configuration.ConfigurationManager / System.Text.Json from 10.0.7 to 10.0.8, and coverlet.collector from 10.0.0 to 10.0.1.
  • Enabled NuGet central transitive pinning and adapted SevenZipCompressor to the SharpCompress 1.0 non-generic IWritableArchive / ArchiveFactory.Create(ArchiveType.Zip) APIs.
  • Bumped the package version to 1.3.13.2 for the dependency update.
  • Verification completed with dotnet build CodeWF.Tools.slnx -c Debug --no-restore, dotnet test CodeWF.Tools.slnx -c Debug --no-build, and dotnet build CodeWF.Tools.slnx -c Release --no-restore -m:1.
Package Usage License Source Status
CsvHelper CodeWF.Tools.Files CSV helpers MS-PL OR Apache-2.0 https://github.com/JoshClose/CsvHelper Approved via Apache-2.0 option
Magick.NET-Q16-AnyCPU CodeWF.Tools.Image image helpers Apache-2.0 https://github.com/dlemstra/Magick.NET Approved, 14.13.1
MiniExcel CodeWF.Tools.Files Excel helpers Apache-2.0 https://github.com/mini-software/MiniExcel Approved, 1.44.1
SharpCompress CodeWF.Tools.Files archive helpers MIT https://github.com/adamhathcock/sharpcompress Approved, 1.0.0
System.Configuration.ConfigurationManager / System.Text.Json Configuration and JSON helpers MIT https://github.com/dotnet/dotnet Approved, 10.0.8
YamlDotNet CodeWF.Tools.Files YAML helpers MIT https://github.com/aaubry/YamlDotNet Approved
ZXing.Net.Bindings.Magick QR/barcode helpers Apache-2.0 https://github.com/micjahn/ZXing.Net Approved
Avalonia / Avalonia.Desktop / Avalonia.Fonts.Inter / Avalonia.Themes.Fluent Demo only MIT https://github.com/AvaloniaUI/Avalonia Approved, 12.0.3
Bogus Test data only MIT https://github.com/bchavez/Bogus Approved
CodeWF.LogViewer.Avalonia Demo only MIT https://github.com/dotnet9/CodeWF.LogViewer Own open-source package
ReactiveUI.Avalonia Demo only MIT https://github.com/reactiveui/reactiveui Approved
VC-LTL Windows demo runtime compatibility EPL-2.0 https://github.com/Chuyu-Team/VC-LTL5 Source-open; approved under the source-traceable non-preferred license rule
Microsoft.NET.Test.Sdk / coverlet.collector Tests MIT https://github.com/microsoft/vstest / https://github.com/coverlet-coverage/coverlet Approved, Microsoft.NET.Test.Sdk 18.5.1, coverlet.collector 10.0.1
xunit.v3 / xunit.runner.visualstudio Tests Apache-2.0 https://github.com/xunit/xunit Approved

Transitive dependency check:

Dependency group Representative packages License Source Status
.NET runtime/configuration stack System.Diagnostics.EventLog, System.IO.Pipelines, System.Text.Encodings.Web, System.Security.Cryptography.ProtectedData MIT https://github.com/dotnet/dotnet Source-open
Magick.NET core Magick.NET.Core Apache-2.0 https://github.com/dlemstra/Magick.NET Source-open
ZXing core ZXing.Net Apache-2.0 https://github.com/micjahn/ZXing.Net Source-open
Avalonia stack Avalonia.*, Avalonia.BuildServices MIT https://github.com/AvaloniaUI/Avalonia Source-open
ANGLE native package Avalonia.Angle.Windows.Natives BSD-style license file https://github.com/AvaloniaUI/angle Source-open
Skia/HarfBuzz bindings and native assets SkiaSharp*, HarfBuzzSharp* MIT package license; native projects are source-open https://github.com/mono/SkiaSharp Source-open
Reactive stack ReactiveUI, DynamicData, Splat, System.Reactive MIT https://github.com/reactiveui/reactiveui / https://github.com/reactiveui/DynamicData / https://github.com/reactiveui/splat / https://github.com/dotnet/reactive Source-open
Linux desktop interop MicroCom.Runtime, Tmds.DBus.Protocol MIT https://github.com/kekekeks/MicroCom / https://github.com/tmds/Tmds.DBus Source-open
Own logging dependency CodeWF.Log.Core MIT https://github.com/dotnet9/CodeWF.LogViewer Own source-open package
Test toolchain Microsoft.*, Newtonsoft.Json, xunit.* MIT / Apache-2.0 https://github.com/microsoft/vstest / https://github.com/microsoft/testfx / https://github.com/JamesNK/Newtonsoft.Json / https://github.com/xunit/xunit Source-open

No non-open or black-box dependency is intentionally retained.

Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 is compatible.  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.  net11.0 is compatible. 
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 CodeWF.Tools.Image:

Package Downloads
CodeWF.Tools

集成前面的包,功能最全

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.13.2 23 5/20/2026
1.3.13 116 5/9/2026
1.3.12.3 138 4/14/2026
1.3.12 139 3/17/2026
1.3.11.6 122 3/3/2026
1.3.11.3 153 2/7/2026
1.3.11.2 128 2/5/2026
1.3.8.8 364 11/12/2025
1.3.8.3 196 10/17/2025
1.3.8.2 237 10/15/2025
1.3.8.1 289 6/18/2025
1.3.6.2 280 4/22/2025
1.3.5.5 325 3/10/2025
1.3.5.4 258 3/10/2025
1.3.5.3 224 3/8/2025
1.3.5.2 302 3/7/2025
1.3.5.1 286 3/7/2025
1.3.5 200 2/26/2025
1.3.4.1 192 2/24/2025
1.3.1.2 191 1/9/2025
Loading failed