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 #908 (closed enhancement: wontfix)

Opened 2011-12-06T17:34:02-06:00

Last modified 2014-08-20T12:01:41-05:00

Enable ability to flush legacy mapped images

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej-2.0.0
Component: Plugins Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1011, #1170

Description

IJ2 makes shadow IJ1 images when legacy plugins are run. These images don't go away until the IJ2 display is closed. Its possible that in tight memory situations a user might want to purge the IJ1 images. Enable some hotkey or menu command that can do this.

Change History

comment:1 Changed 2012-02-26T22:26:50-06:00 by curtis

  • Blocking 1011 added

comment:2 Changed 2012-05-14T10:48:54-05:00 by bdezonia

  • Blocking 1070 added

comment:3 Changed 2012-05-14T11:02:53-05:00 by bdezonia

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

comment:4 Changed 2012-06-08T10:45:52-05:00 by bdezonia

  • Blocking 1170 added; 1070 removed

comment:5 Changed 2012-08-14T12:18:50-05:00 by bdezonia

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

comment:6 Changed 2014-08-20T12:01:41-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to wontfix

We are no longer supporting use of ImageJ 1.x commands from modern ImageJ2 UIs, so this issue is now moot.

As for the other direction: when running the legacy ImageJ 1.x UI, ImageJ2 shadow ImageDisplays are only created when the "Enable ImageJ2 data structures" option is checked, and it is now unchecked by default. So most users will be unaffected by any related problems. If a user turns on that option, they can still purge the linkages manually by writing a script that access the LegacyImageMap, etc. This is such a rare use case that I see no need for a dedicated built-in command. We can add one later if/when the need arises.