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

Opened 2011-04-28T16:12:51-05:00

Last modified 2011-04-28T16:50:48-05:00

Images with initial scale != 1.0 do not show their current magnification correctly

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2011: Apr-25 to May-06
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

If an image will be too big to fit on screen it is scaled to something other than 100%. (Since IJ2 cannot currently load an image that big you need to temporarily change the max screen proportion constant in SwingImageCanvas to simulate this issue).

For images that fit this criteria the initial zoom level is not displayed correctly in the info region of the window. This used to work.

I thought I had figured it out and generated a ZoomEvent in SwingImageCanvas::intializeParams(). I noticed in SwingImageDisplay that this event was getting caught. I think someone else is overwriting what is put there by the SwingImageDisplay's event handler. Needs more investigation.

Change History

comment:1 Changed 2011-04-28T16:50:48-05:00 by bdezonia

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

fixed