ImageJ.NET
154.0.0
See the version list below for details.
dotnet add package ImageJ.NET --version 154.0.0
NuGet\Install-Package ImageJ.NET -Version 154.0.0
<PackageReference Include="ImageJ.NET" Version="154.0.0" />
paket add ImageJ.NET --version 154.0.0
#r "nuget: ImageJ.NET, 154.0.0"
// Install ImageJ.NET as a Cake Addin #addin nuget:?package=ImageJ.NET&version=154.0.0 // Install ImageJ.NET as a Cake Tool #tool nuget:?package=ImageJ.NET&version=154.0.0
ImageJ.NET
ImageJ control using C# and IKVM 8.9.0 pre-release.
Building
- Get IKVM 8.9.0 or the developer pre-release.
- Then use ImageJ in C# with ij namespace.
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);
- ImageJ should then open up with your image and save the resulting image.
- Note if working with the pre-release ImageJ button texts will appear in Chinese.
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.0-PullRequest0528.145)
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.
First release of ImageJ.NET.