ColorVision.ImageTools 1.5.7

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

ColorVision.ImageTools

ColorVision.ImageTools provides reusable WPF image tools extracted from the ColorVision desktop application.

Included tools

  • Multi-image viewer with thumbnail caching and file metadata.
  • Image fusion window and folder-menu integration.
  • Built-in module registration through ImageToolsModule.

Install

<PackageReference Include="ColorVision.ImageTools" Version="1.5.6.1" />

The package targets net10.0-windows7.0 and is intended for WPF applications.

Register the module

Register the assembly with the same ModuleCatalog used by the host:

ImageToolsModule.Register(moduleCatalog);

The package depends on the matching ColorVision UI, Solution, Core, and ImageEditor packages. Keep the ColorVision package versions aligned when consuming it outside the main repository.

Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.5.7 0 7/28/2026
1.5.6.1 53 7/23/2026