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 #1127 (new enhancement)

Opened 2012-04-19T11:23:34-05:00

Last modified 2013-01-23T09:59:24-06:00

Implement "interpolate zoomed images" option

Reported by: curtis Owned by: dscho
Priority: major Milestone: imagej2-unscheduled
Component: UI Framework Version: 2.0.0-beta1
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1634

Description

In ImageJ1, there is an option "Interpolate zoomed images" in Edit::Options::Appearance that controls how images appear while zoomed. We need to support this feature as well.

See also  this thread on CONFOCALMICROSCOPY for related discussion.

Change History

comment:1 Changed 2012-07-17T13:37:27-05:00 by bdezonia

  • Blocking 1244 added

comment:2 Changed 2012-08-07T18:37:12-05:00 by dscho

It comes in pretty handy that ImgLib2 has samplers now. We probably want to implement 'interpolated zoomed images' on top of those.

comment:3 Changed 2012-08-08T11:27:44-05:00 by curtis

I agree that it would be great to use the ImgLib2 mechanisms for this. However, at the moment, we are relying on JHotDraw to do the zooming. The code will eventually need to change to take advantage of ImgLib2's scaling instead. In the meantime, we could see if JHotDraw has configurable interpolation settings.

Last edited 2012-08-08T11:28:05-05:00 by curtis

comment:4 Changed 2012-08-14T10:49:30-05:00 by curtis

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

This ticket does not fit the beta4 theme of plugin work. It will fit in marginally better with the beta5 theme of flexible data handling.

comment:5 Changed 2013-01-23T09:59:24-06:00 by bdezonia

  • Blocking 1634 added; 1244 removed
  • Milestone changed from imagej2-b7-ndim-data to imagej2-unscheduled