logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

imagej - A Java image processing program inspired by NIH Image.

Author

       ImageJ was written by Wayne Rasband <wsr@nih.gov>

       This  manual  page,  the  wrapper and packaging was done by Paolo Ariano <paolo.ariano@unito.it>, for the
       Debian project.

Paolo Ariano                                     March 14, 2008                                        IMAGEJ(1)

Description

Imagej  is  a  Java-based image processing program developed at the National Institutes of Health. ImageJ
       was designed with an open architecture that  provides  extensibility  via  Java  plugins  and  recordable
       macros.   Custom  acquisition,  analysis  and processing plugins can be developed using ImageJ's built-in
       editor and a Java compiler.  User-written plugins make it possible to solve  many  image  processing  and
       analysis problems, from 3-dimensional live-cell imaging,
        to  radiological  image  processing,  multiple  imaging  system data comparisons to automated hematology
       systems.  ImageJ's plugin architecture and built  in  development  environment  has  made  it  a  popular
       platform for teaching image processing.

       ImageJ  can be run as an online applet, a downloadable application, or on any computer with a Java 1.1 or
       later virtual machine.

Examples

       For compiling plugins:

       imagej -c

Files

       Most IMAGEJ add-on are taken from $HOME/.imagej.  The  system  wide
        equivalent is in /usr/share/imagej/

        HOME/.imagej/plugins/,
              you can find and put new plugins here

        HOME/.imagej/macros/,
              you can find and put new macros here

        HOME/.imagej/luts/,
              you can find and put new look up tables here

Name

       imagej - A Java image processing program inspired by NIH Image.

Options

-h     Output help information and exit.

       -o     Open images in existing ImageJ panel if one exists.

       -p <N> Open images in existing ImageJ panel number <N>.

       -x <MB>
              Set available memory.

       -c     Enable plugin compilation within imagej.

       -v     Be verbose (vv or vvv increases verbosity).

       -eMacroCode
              Execute macro code.

       -rMenuCommand
              Run menu command.  Quotation marks are required around commands including spaces Commands  can  be
              sent to open ImageJ panels with the -p option.

       -bmacro
              Run macro without graphics window.

       -mmacro
              Run macro, image will be opened before macro is run all following arguments are passed to macro.

See Also

       The program is fully documented at https://imagej.nih.gov/ij/docs/index.html

Syntax

       imagej [option] <filename>
       imagej [-i image] [-b|-m] [arg1 ... argN]

See Also