Menu

Tree [accf04] master /
 History

HTTPS access


File Date Author Commit
 Contents 2012-11-05 Johannes Schindelin Johannes Schindelin [659969] Move Fiji.icns into the correct location
 bin 2015-09-24 Curtis Rueden Curtis Rueden [8a1238] Update verify-fiji.sc.sh script
 images 2013-02-11 Johannes Schindelin Johannes Schindelin [ae1a81] Add the generated ImageJ 1.x icon for the Windo...
 jars 2014-01-17 Johannes Schindelin Johannes Schindelin [f34b7b] Ooops
 java 2011-03-07 Johannes Schindelin Johannes Schindelin [162791] Update to current JDK versions
 luts 2013-05-14 Curtis Rueden Curtis Rueden [01776d] glow: eliminate problematic characters
 macros 2015-01-21 Curtis Rueden Curtis Rueden [ee4957] Generalize autorun mechanism beyond JavaScript
 modules 2014-09-29 Curtis Rueden Curtis Rueden [a5bf0b] Reintroduce the JDK submodules
 plugins 2015-09-10 tomancak tomancak [02c560] Update Cover_Maker.py
 resources 2010-01-21 Stephan Saalfeld Stephan Saalfeld [e8ef4a] a possible replacement for the old download button
 scripts 2015-05-28 Eric Barnhill Eric Barnhill [62802f] Update Miji.m
 .gitattributes 2011-04-29 Johannes Schindelin Johannes Schindelin [da0437] Mark .gitignore for 'union' merge conflict reso...
 .gitignore 2015-10-08 Curtis Rueden Curtis Rueden [accf04] gitignore: add imagej-deprecated
 .gitmodules 2014-09-29 Curtis Rueden Curtis Rueden [a5bf0b] Reintroduce the JDK submodules
 .mailmap 2014-06-22 Johannes Schindelin Johannes Schindelin [6044d0] Add another alias for Dan to the .mailmap
 Build.sh 2015-09-30 Charles Brossollet Charles Brossollet [8cd8fe] Build script: support for MSYS2, fixes OS bitne...
 LICENSES 2014-06-10 Johannes Schindelin Johannes Schindelin [67a850] Remove the Script Editor plugin
 Makefile 2014-07-19 Johannes Schindelin Johannes Schindelin [96df69] Stop supporting building using GNU make already
 README.md 2015-10-08 Curtis Rueden Curtis Rueden [b04a5d] README.md: tweak some links
 Vagrantfile 2014-01-09 Johannes Schindelin Johannes Schindelin [479768] Add a Vagrantfile
 pom.xml 2015-10-08 Curtis Rueden Curtis Rueden [25bfa0] POM: bump parent to pom-fiji 16.0.0

Read Me

This is Fiji

Join the chat at https://gitter.im/fiji/fiji

[ Fiji Is Just ImageJ ]

Fiji is a distribution of ImageJ, a popular, free
scientific image processing application. Fiji adds a couple of plugins
that are useful to life scientists analysing images.

At the moment, the following platforms are supported:

  • Windows Intel 32-bit/64-bit
  • Linux Intel 32-bit/64-bit
  • MacOSX Intel 32-bit/64-bit (partial support for PowerPC 32-bit)
  • all platforms supporting Java and a POSIX shell, via bin/ImageJ.sh

The setup is as easy as unpacking the portable archive and
double-clicking the ImageJ
launcher
.

Fiji is intended to be the most painless, easy, quick and convenient way
to install ImageJ and plugins and keep everything up-to-date.

Usage

Fiji is meant to be distributed without source, to make the download as
small as possible. In the basic version, Fiji is a portable application,
i.e. it should run wherever you copy it.

The starting point is the ImageJ launcher, which will launch Java, set
up the environment, and call ImageJ.

To pass arguments to ImageJ, just specify them on the command line.

To pass arguments to the Java Virtual Machine, specify them on the
command line, separating them from the ImageJ arguments (if any) with a
--. In other words, if you want to override the memory setting, call
Fiji like this:

$ ./ImageJ-linux32 -Xmx128m --

Open Source

We are dedicated to open source. Not only does open source allow other
developers to port the application to new platforms that the original
authors did not begin to think of, it allows scientists to study the
code to understand the inner workings of the algorithms used, and it
permits others to use the program in totally new ways, and enhance it in
all imaginable ways.

Therefore, the majority of Fiji is licensed under the GNU Public License
version 2. Exceptions are listed in the
LICENSES file.

Fiji's source code is split up into a main
repository
, containing the top-level project and
support scripts, while all components live in their own repositories in the
Fiji organization on GitHub. As a rule of thumb: the
file name and the project name correspond pretty well, e.g. fiji-compat.jar is
maintained in fiji-compat.

Participating

Pull Requests
are very welcome!

See the Contributing page of the ImageJ wiki.

Authors

Fiji was created and is maintained by Johannes Schindelin, ImageJ 1.x
was created and is maintained by Wayne Rasband, ImageJ2 was created and
is maintained and actively developed by Curtis Rueden. For a list of
most recent contributors, please refer to the
Contributors page of the ImageJ wiki.

Thanks

We are very grateful to Wayne Rasband, who is not only a very dedicated
developer of ImageJ 1.x; he also fosters an active and friendly
community around ImageJ.

We are especially grateful to be part of an outstanding
community who is active, friendly and
helping to scientists understanding and analysing images every day.

Oh, and Fiji is also an island. We just wanted to let you know.