This is an archive of the old MediaWiki-based ImageJ wiki. The current website can be found at imagej.net.

Align RGB planes

Align RGB planes (ImageJ)
Author Gabriel Landini
Maintainer G. Landini at bham. ac. uk
File align_rgb.zip
Source in zip file
Initial release 12 January 2004
Latest version 27 March 2007
Development status active
Category Color processing
Website [1]


Documentation

From the plugin inline help:

" Align RGB planes v1.7 by G.Landini Changes the alignment of the RGB planes independently.

Red Green and Blue checkboxes switch ON and OFF the planes and undo the alignment since last plane change. Note that when switching planes, the portion of the previously edited plane left outside the image frame is lost. Rotation, Width and Height changes are interpolated (so there is some loss of sharpness) and do not retain the image portions outside the image frame. You can use the Resize2Rotate macro to avoid loosing any image data.

The Rotate, Width and Height sliders set integer values, but fractional values can also be typed in the entry boxes. Just make sure you press [RETURN] after the number is typed.

The Revert button works only with single images, not stacks.

Note: When using stacks, 2 buttons [< Prev] and [Next >] are added to the panel. Do not use the slide bar in the stack window, but use those buttons instead."

Version history

  • v1.0 12/Jan/2004 released
  • v1.1 12/Feb/2004 avoids error if image does not exist
  • v1.2 27/May/2005 added rotation of the planes, reverting resets the plane checkboxes
  • v1.3 30/May/2005 added stretching of the planes, requires 1.34o
  • v1.4 9/Jun/2005 added log output based on Leon Espinosa modification
  • v1.5 12/Jun/2005 fixed stretching handling
  • v1.6 12/Jun/2005 fixed window closing
  • v1.7 28/Mar/2007 supports RGB stacks