Ticket #573 (closed defect: fixed)
Opened 2011-06-07T13:36:42-05:00
Last modified 2012-06-21T12:38:38-05:00
Composite image info lost sometimes
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Legacy Compatibility | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1011 |
Description
Open Organ of Corti. Use the IJ1 Scale plugin to scale in X & Y by 1.2. Notice that the resulting image is not composited like the original image.
Change History
comment:1 Changed 2011-06-14T15:27:06-05:00 by bdezonia
- Owner changed from bdezonia to curtis
- Status changed from new to assigned
comment:2 Changed 2011-07-27T14:49:13-05:00 by curtis
- Owner changed from curtis to gharris
Reassigning to Grant, since he is currently working on related issues.
comment:3 Changed 2011-08-01T08:16:37-05:00 by gharris
- Milestone changed from biweekly-2011: Jul-18 to Jul-29 to imagej-2.0-alpha5
comment:4 Changed 2011-08-15T11:13:56-05:00 by gharris
- Milestone changed from imagej-2.0-alpha5 to imagej-2.0-beta1
comment:7 Changed 2012-02-27T13:11:56-06:00 by curtis
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
comment:8 Changed 2012-06-21T12:38:30-05:00 by bdezonia
- Owner changed from curtis to bdezonia
Tested shortly before beta 3. Compositing os no longer lost. I will open separate ticket about TRANSPARENT CompositeImages. Closing.
comment:9 Changed 2012-06-21T12:38:38-05:00 by bdezonia
- Status changed from assigned to closed
- Resolution set to fixed
LegacyUtils.setCompositeVariables() sets compos channel count to one because returned ImagePlus, though actually a CompositeImage, is of mode CompositeImage.COLOR. Maybe we can add this case but Curtis had mentioned COLOR just means use some special luts rather than grey luts. Curtis please clarify.
Note IJ1 figures it out and displays it composited together.
BTW discovered that CompositeImage has another mode (TRANSPARENT) that is somewhat new. Must investigate what ramifications it has in the Legacy Layer.