ImageJ public domain Java image processing program
ImageJ is a public domain Java image processing program inspired by NIH Image for the Macintosh. It runs, either as an online applet or as a downloadable application, on any computer with a Java 1.4 or later virtual machine. Downloadable distributions are available for Windows, Mac OS, Mac OS X and Linux.
It can display, edit, analyze, process, save and print 8-bit, 16-bit and 32-bit images. It can read many image formats including TIFF, GIF, JPEG, BMP, DICOM, FITS and "raw". It supports "stacks", a series of images that share a single window. It is multithreaded, so time-consuming operations such as image file reading can be performed in parallel with other operations.
It can calculate area and pixel value statistics of user-defined selections. It can measure distances and angles. It can create density histograms and line profile plots. It supports standard image processing functions such as contrast manipulation, sharpening, smoothing, edge detection and median filtering.
It does geometric transformations such as scaling, rotation and flips. Image can be zoomed up to 32:1 and down to 1:32. All analysis and processing functions are available at any magnification factor. The program supports any number of windows (images) simultaneously, limited only by available memory.
Spatial calibration is available to provide real world dimensional measurements in units such as millimeters. Density or gray scale calibration is also available.
ImageJ was designed with an open architecture that provides extensibility via Java plugins. Custom acquisition, analysis and processing plugins can be developed using ImageJ's built in editor and Java compiler. User-written plugins make it possible to solve almost any image processing or analysis problem.
- Links to science / imagej
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:fschuett/imagej && cd $_
- Create Badge
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
ij153u-src.zip | 0006001015 5.72 MB | |
imagej-nosourcetarget.patch | 0000000602 602 Bytes | |
imagej.changes | 0000018454 18 KB | |
imagej.desktop | 0000000336 336 Bytes | |
imagej.in | 0000000498 498 Bytes | |
imagej.spec | 0000003605 3.52 KB |
Latest Revision
- remove centos %if - Build with java source and target levels 8 * Fixes build in Factory with jdk17 - Added patch: * imagej-nosourcetarget.patch + Do not hardcode source and target levels, but allow them to be specified on ant's command-line - Update to version 1.53f. * Added a popup menu to the magnifying glass tool icon. * Added a popup menu triggered on a right click or long press inside a selection. * Updated the built in toolbar "Dev" menu. * The text in a text selection can be edited in the Edit>Selection>Properties dialog. * The File>Import>Image Sequence dialog is used when drag and dropping a folder on the "ImageJ" window. * Undo works with overlays when translating and rotating images, and the "Overlay only" checkbox is only shown in the Translate dialog when there is an overlay. * Added the Edit>Options>Fresh Start command, which closes all images, empties the ROI Manager, clears the Results table and enables the "Black background" option. * The Reslice command is faster on Windows when re-slicing from "Left" or "Right" and it uses an ordinary progress bar when run from a macro. * Added an "Open as separate images" checkbox to the File>Import>Image Sequence dialog. * Added "Foreground..." and "Background..." entries to the color picker tool popup menu.
Comments 0