Skip to content
/ ImageJ Public

Public domain software for processing and analyzing scientific images

License

Notifications You must be signed in to change notification settings

imagej/ImageJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2651c5f · Apr 12, 2025
Mar 27, 2022
Apr 12, 2025
Dec 30, 2008
Jul 3, 2022
Oct 14, 2009
Jul 6, 2021
Mar 23, 2022
Mar 23, 2022
Nov 20, 2015
Oct 3, 2023
Mar 23, 2022
Oct 14, 2009
Mar 23, 2022
Oct 14, 2009
Mar 28, 2022
Oct 14, 2009
Feb 17, 2025
Aug 31, 2020
Oct 14, 2009
Jan 5, 2024
Apr 12, 2025
Oct 14, 2009

Repository files navigation

ImageJ

ImageJ is public domain software for processing and analyzing scientific images.

It is written in Java, which allows it to run on many different platforms.

For further information, see:

Using ImageJ as a dependency

To use ImageJ as a library in your Maven project, add the dependency:

<dependency>
  <groupId>net.imagej</groupId>
  <artifactId>ij</artifactId>
  <version>1.53j</version>
</dependency>

Where 1.53j is the version of ImageJ you would like to use:

Building from source

With Ant

The Apache Ant utility will compile and run ImageJ using the build.xml file in this directory. There is a version of Ant at

https://imagej.nih.gov/ij/download/tools/ant/ant.zip

set up to use the JVM distributed with the Windows version of ImageJ. The README included in the ZIP archive has more information.

With Maven

You can compile and run ImageJ using the Maven build tool:

Command Action
mvn Compile and package ImageJ into a JAR file in the target directory.
mvn -Pexec Compile and then run ImageJ.
mvn javadoc:javadoc Generate the project Javadoc in the target/apidocs directory.