ImageTorque 0.4.1-preview.b203bc0b6de5fd7ffef812baaa0e45c3ac9bb8c2
This is a prerelease version of ImageTorque.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package ImageTorque --version 0.4.1-preview.b203bc0b6de5fd7ffef812baaa0e45c3ac9bb8c2
NuGet\Install-Package ImageTorque -Version 0.4.1-preview.b203bc0b6de5fd7ffef812baaa0e45c3ac9bb8c2
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-preview.b203bc0b6de5fd7ffef812baaa0e45c3ac9bb8c2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ImageTorque --version 0.4.1-preview.b203bc0b6de5fd7ffef812baaa0e45c3ac9bb8c2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ImageTorque, 0.4.1-preview.b203bc0b6de5fd7ffef812baaa0e45c3ac9bb8c2"
#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-preview.b203bc0b6de5fd7ffef812baaa0e45c3ac9bb8c2&prerelease // Install ImageTorque as a Cake Tool #tool nuget:?package=ImageTorque&version=0.4.1-preview.b203bc0b6de5fd7ffef812baaa0e45c3ac9bb8c2&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ImageTorque
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 | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- ImageTorque.Codecs.ImageMagick (>= 0.0.2-preview.b203bc0b6de5fd7ffef812baaa0e45c3ac9bb8c2)
- ImageTorque.Core (>= 0.0.2-preview.b203bc0b6de5fd7ffef812baaa0e45c3ac9bb8c2)
- System.IO.Hashing (>= 8.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ImageTorque:
Package | Downloads |
---|---|
ImageTorque.AI
AI extension library for ImageTorque |
|
AyBorg.Types
Types used by AyBorg. Use it to implement your own AyBorg plugins. |
GitHub repositories
This package is not used by any popular GitHub repositories.