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 #1572 (closed feature: fixed)

Opened 2012-11-21T10:09:05-06:00

Last modified 2013-03-05T16:39:26-06:00

Improved user experience [legacy]

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b6-legacy
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By: #819, #1119, #1554
Blocking:

Description

ImageJ2 not only gives us the chance to do improve a lot "under the hood", but also to improve the workflow and general user experience.

Change History

comment:1 Changed 2012-11-21T10:09:26-06:00 by bdezonia

  • Blocked By 1119 added

comment:2 Changed 2012-11-21T10:09:43-06:00 by bdezonia

  • Blocked By 1554 added

comment:3 Changed 2012-12-06T12:50:06-06:00 by curtis

  • Summary changed from Improved user experience (2.0.0-beta6) to Improved user experience [legacy-undo]

comment:4 Changed 2012-12-11T16:33:18-06:00 by bdezonia

  • Blocked By 819 added

comment:5 Changed 2012-12-12T09:18:11-06:00 by bdezonia

  • Blocked By 582 added

(In #582) The math plugins rely on a class called InplaceUnaryTransfrom that can be used to transform data in a dataset. One passes the transformation function. It iterates a region and changes pixels. The region defaults to the whole image (or the current plane of the image in a slightly different incarnation). If a user provides an Overlay as an argument it only changes pixels whose coordinate is contained in the Overlay's region of interest.

I think everything this ticket was about is satisified. Closing.

comment:6 Changed 2012-12-12T09:18:36-06:00 by bdezonia

  • Blocked By 582 removed

comment:7 Changed 2012-12-27T10:52:49-06:00 by curtis

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

comment:8 Changed 2013-03-05T16:39:26-06:00 by curtis

  • Summary changed from Improved user experience [legacy-undo] to Improved user experience [legacy]