ImageJ.NET 154.0.0.2

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

// Install ImageJ.NET as a Cake Tool
#tool nuget:?package=ImageJ.NET&version=154.0.0.2                

NuGet version (ImageJ.NET) NuGet version (ImageJ.NET)

ImageJ.NET

Controlling ImageJ using C# and IKVM 8.9.1

ij.ImageJ ijm = new ij.ImageJ();
ImagePlus image = new ImagePlus("C:/test.jpeg");
// Process the image
image.getProcessor().invert();
// Save the processed image
string outputPath = "C:/ImageJ/test.jpeg"; // Replace with your output path
ij.IJ.save(image, outputPath);
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.
  • net8.0

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ImageJ.NET:

Package Downloads
BioCore

A .NET library & program for annotating, & editing various microscopy imaging formats using Bioformats supported images. including whole slide, pyramidal & series.

BioGTK

A .NET application & library for editing & annotating various microscopy image formats. Supports all bioformats supported images. Integrates with ImageJ, running ImageJ filters & macro functions. Supports Windows, Linux and Mac.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
154.0.0.2 184 7/15/2024
154.0.0.1 60 7/7/2024
154.0.0 68 7/2/2024

IKVM 8.9.1 update.