ImageTorque 0.4.1

dotnet add package ImageTorque --version 0.4.1                
NuGet\Install-Package ImageTorque -Version 0.4.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="ImageTorque" Version="0.4.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ImageTorque --version 0.4.1                
#r "nuget: ImageTorque, 0.4.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.
// Install ImageTorque as a Cake Addin
#addin nuget:?package=ImageTorque&version=0.4.1

// Install ImageTorque as a Cake Tool
#tool nuget:?package=ImageTorque&version=0.4.1                

ImageTorque

Quality Gate Status Build and publish NuGet MIT License

Open .NET image processing library.

ImageTorque is a cross-platform computer vision library.

Built for .NET 8, ImageTorque can be run anywhere - from the edge device all the way up to cloud services.

Codec providers

ImageTorque uses codec providers to decode and encode images.

The following codec providers are supported:

Codec Provider Supported Formats License
ImageTorque BMP, PNG (load only) Apache 2.0
Magick.NET BMP, JPEG, PNG, TIFF Apache 2.0
ImageSharp BMP, JPEG, PNG Six Labors Split License

How to use custom codecs

using ImageTorque;
using ImageTorque.Codecs.Png;

// Create a new configuration with PNG codec
var configuration = ConfigurationFactory.Build([
        new PngCodec()
    ]);

// Load image with the new configuration
var image = Image.Load("sample.png", configuration);

Supported pixel types

Pixel Type Type Description
LS float 32 bit luminance pixel
L8 byte 8 bit luminance pixel
L16 ushort 16 bit luminance pixel
RGB float 32 bit color pixel
RGB24 byte 24 bit color pixel
RGB48 ushort 48 bit color pixel
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. 
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 ImageTorque:

Package Downloads
ImageTorque.AI

AI extension library for ImageTorque

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.1 0 9/22/2024
0.4.0 32 9/20/2024
0.2.0 1,146 11/29/2023
0.1.5 1,412 3/31/2023
0.1.4 1,104 1/17/2023
0.1.3 707 1/16/2023