Wilhelm Burger
ImageJ Ressources

ImageJ is a free image processing environment implemented in (pure) Java. Its functionality can be easily extended by writing plugins (Java classes). It also features a simple and easy-to-use macro language.

 

ImageJ Links

ImageJ Plugins (Java Source)

  • MovieIO
    This small package for ImageJ can be used to read and write videos frame-by-frame under the control of a simple loop. No callbacks are used. The library is implemented in 2 versions, JMF and QuickTime, which can be used alternatively or together. See MovieIO.html for details.
    Download >>
  • Export_EPS
    This ImageJ plugin exports the current image as an Encapsulated PostScript (EPS) file. It supports all ImageJ image types, including binary grayscale images, which are saved as 1-bit B/W bitmap files. See Export_EPS.html for details.
    Download >>