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
<PackageReference Include="ImageJ.NET" Version="154.0.0.2" />
paket add ImageJ.NET --version 154.0.0.2
#r "nuget: ImageJ.NET, 154.0.0.2"
// 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
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 | 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. |
-
net8.0
- IKVM (>= 8.9.1)
NuGet packages (3)
Showing the top 3 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. |
|
BioLib
A GUI-less version of Bio .NET 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.
IKVM 8.9.1 update.