ImageJ.NET 154.0.0

There is a newer version of this package available.
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                
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" />                
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                
#r "nuget: ImageJ.NET, 154.0.0"                
#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

// 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

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.

image

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

    • 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.

Version Downloads Last updated
154.0.0.2 228 7/15/2024
154.0.0.1 62 7/7/2024
154.0.0 70 7/2/2024

First release of ImageJ.NET.