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 #914 (closed defect: fixed)

Opened 2011-12-16T04:17:08-06:00

Last modified 2012-08-14T12:20:22-05:00

Slow load behavior looks bad

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b4-plugins
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1170

Description

Open Blobs. It comes up primarily black. Wait a few seconds. It turns primarily white. Blobs has an inverted LUT.

This could have various :

1) the LegacyPlugin waiting on threads to terminate takes too long
2) the color tables are not assigned immediately during the image load but only after IJ1 plugin returns.
3) the image is created and then harmonized. so data that has not changed is getting harmonized.

Fixing any of these issues can improve the current situation

Change History

comment:1 Changed 2012-02-15T15:55:27-06:00 by bdezonia

a3ba7159826fbb9a60585340613d3cceb0782ef2 eliminated reason number 1 as much as possible

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

  • Blocking 1070 added

comment:3 Changed 2012-05-14T11:03:18-05:00 by bdezonia

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

comment:4 Changed 2012-06-08T10:46:09-05:00 by bdezonia

  • Blocking 1170 added; 1070 removed

comment:5 Changed 2012-08-14T12:20:22-05:00 by bdezonia

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

Tested sometime after beta 3. This issue is no longer apparent.