Ticket #108 (closed enhancement: fixed)
Opened 2007-04-12T09:31:57-05:00
Last modified 2007-06-27T10:07:38-05:00
Investigate composite image stacks in ImageJ
| Reported by: | melissa | Owned by: | melissa |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | plugins | Severity: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
As of ImageJ 1.38n, 16-bit RGB images can be displayed using ij.CompositeImage. The Bio-Formats importer currently uses CompositeImage to merge single-plane 16-bit RGB images, but it would be nice if this was extended to allow stacks of composite images.
Change History
comment:2 Changed 2007-06-27T10:07:38-05:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
r2915 contains support for composite image stacks. This was achieved by modifying ij.CompositeImage (see source:trunk/loci/plugins/CustomImage.java) - we no longer have an ImageJ version requirement for constructing composite images.