ChromaFx.Core
0.4.0-beta.22
See the version list below for details.
dotnet add package ChromaFx.Core --version 0.4.0-beta.22
NuGet\Install-Package ChromaFx.Core -Version 0.4.0-beta.22
<PackageReference Include="ChromaFx.Core" Version="0.4.0-beta.22" />
<PackageVersion Include="ChromaFx.Core" Version="0.4.0-beta.22" />
<PackageReference Include="ChromaFx.Core" />
paket add ChromaFx.Core --version 0.4.0-beta.22
#r "nuget: ChromaFx.Core, 0.4.0-beta.22"
#:package ChromaFx.Core@0.4.0-beta.22
#addin nuget:?package=ChromaFx.Core&version=0.4.0-beta.22&prerelease
#tool nuget:?package=ChromaFx.Core&version=0.4.0-beta.22&prerelease
ChromaFX
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
Installation
Install via NuGet package:
dotnet add package ChromaFx
Requirements
- .NET 8 or later
License
Apache 2.0 - see LICENSE
Product | Versions 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. |
-
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.IO
Image file input/output support for ChromaFx. Load, save, and convert images in PNG, JPEG, BMP, and GIF formats. |
|
ChromaFx.Processing
Image processing algorithms and effects for ChromaFx. Includes transformations, filters, and pixel-level operations for high-performance image workflows. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.4.0-beta.29 | 121 | 9/29/2025 |
0.4.0-beta.28 | 117 | 9/29/2025 |
0.4.0-beta.27 | 113 | 9/29/2025 |
0.4.0-beta.25 | 114 | 9/29/2025 |
0.4.0-beta.24 | 93 | 9/28/2025 |
0.4.0-beta.23 | 93 | 9/28/2025 |
0.4.0-beta.22 | 98 | 9/28/2025 |
Modern API with pipeline-friendly design. Classes may change until 1.0 stable.