NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #772 (new defect)

Opened 2011-09-21T18:31:32-05:00

Last modified 2012-12-11T16:02:40-06:00

Overlay > Add Image doesn't work

Reported by: afraser Owned by: curtis
Priority: minor Milestone: imagej2-b9-rois
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #285

Description

Overlay > Add Image doesn't appear to do anything unless the added image simply isn't visible for some reason.

Try:
open Clown.jpg
open Clown.jpg again
on Clown-1.jpg:
Add Image: clown.jpg, x=50, y=50, opacity=50

A 50% transparent clown image should be put on top at (50,50).

Change History

comment:1 Changed 2011-09-22T12:20:25-05:00 by afraser

  • Component changed from other to ij-legacy

comment:2 Changed 2012-02-09T13:00:43-06:00 by bdezonia

Note that I think this is a plugin that hatches another plugin. The original plugin returns and harmonization happens before the user has interacted with the displayed dialog.

This is another example of the troubles supporting plugins that call plugins. See also #931. LegacyPlugin::run() must be better at detecting new threads and not harmonizing until they are complete.

Last edited 2012-02-09T13:02:55-06:00 by bdezonia

comment:3 Changed 2012-02-27T11:00:57-06:00 by curtis

  • Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2

comment:4 Changed 2012-07-12T17:01:13-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4

comment:5 Changed 2012-07-13T22:06:25-05:00 by curtis

  • Keywords Overlay > Add Image removed
  • Blocking 285 added

comment:6 Changed 2012-08-14T10:32:21-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta6

ROIs will be the focus of beta6.

comment:7 Changed 2012-12-11T15:51:12-06:00 by bdezonia

The Overlay > Add Image command is currently blacklisted. It needs a stub implementation saying "unimplemented at the moment".

comment:8 Changed 2012-12-11T16:02:40-06:00 by bdezonia

Stub implementation added as AddImage.java. Needs to be fleshed out. TODO items in that stub explain what needs to be done.