ChromaFx.Core 0.4.0-beta.23

This is a prerelease version of ChromaFx.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ChromaFx.Core --version 0.4.0-beta.23
                    
NuGet\Install-Package ChromaFx.Core -Version 0.4.0-beta.23
                    
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="ChromaFx.Core" Version="0.4.0-beta.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ChromaFx.Core" Version="0.4.0-beta.23" />
                    
Directory.Packages.props
<PackageReference Include="ChromaFx.Core" />
                    
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 ChromaFx.Core --version 0.4.0-beta.23
                    
#r "nuget: ChromaFx.Core, 0.4.0-beta.23"
                    
#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 ChromaFx.Core@0.4.0-beta.23
                    
#: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=ChromaFx.Core&version=0.4.0-beta.23&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ChromaFx.Core&version=0.4.0-beta.23&prerelease
                    
Install as a Cake Tool

ChromaFX

Build Status NuGet NuGet License

Modern, high-performance .NET image processing and drawing library.

Key points:

  • Pure C#, zero dependency implementation
  • Image encoding/decoding (PNG, JPEG, GIF, BMP)
  • Drawing primitives and effects
  • Pipeline-friendly API for efficient image processing

Packages

ChromaFX is distributed as multiple NuGet packages to suit different needs:

Package Description NuGet Link
ChromaFx Main package. Modern, high-performance image processing for .NET 8+. ChromaFx
ChromaFx.Core Core types and abstractions for ChromaFX. ChromaFx.Core
ChromaFx.IO Image file IO, encoding/decoding support. ChromaFx.IO
ChromaFx.Processing Image processing algorithms and effects. ChromaFx.Processing
ChromaFx.Legacy Compatibility package for legacy .NET projects and APIs. ChromaFx.Legacy
  • Use ChromaFx for new projects targeting .NET 8 or later.
  • Use ChromaFx.Core, ChromaFx.IO, and ChromaFx.Processing for modular usage or advanced scenarios.
  • Use ChromaFx.Legacy if you need support for older APIs or migration from previous versions.

Installation

Install via NuGet package:

dotnet add package ChromaFx

For modular usage:

dotnet add package ChromaFx.Core
dotnet add package ChromaFx.IO
dotnet add package ChromaFx.Processing

For legacy support:

dotnet add package ChromaFx.Legacy

Requirements

  • .NET 8 or later

License

Apache 2.0 - see LICENSE

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 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on ChromaFx.Core:

Package Downloads
ChromaFx

Modern, high-performance .NET image processing and drawing library. Supports PNG, JPEG, BMP, and GIF, with pipeline-friendly APIs. Ideal for new .NET 8+ projects.

ChromaFx.Processing

Image processing algorithms and effects for ChromaFx. Includes transformations, filters, and pixel-level operations for high-performance image workflows.

ChromaFx.IO

Image file input/output support for ChromaFx. Load, save, and convert images in PNG, JPEG, BMP, and GIF formats.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.4.0-beta.29 124 9/29/2025
0.4.0-beta.28 120 9/29/2025
0.4.0-beta.27 116 9/29/2025
0.4.0-beta.25 116 9/29/2025
0.4.0-beta.24 94 9/28/2025
0.4.0-beta.23 95 9/28/2025
0.4.0-beta.22 99 9/28/2025

Modern API with pipeline-friendly design. Classes may change until 1.0 stable.