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 #829 (closed feature: moved)

Opened 2011-10-17T14:10:50-05:00

Last modified 2014-05-04T08:44:00-05:00

Make IJ2 versions of the IJ1 tools

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b9-rois
Component: Tools Version:
Severity: serious Keywords:
Cc: Blocked By: #932, #937, #939, #940, #941, #942, #943, #944, #945, #946, #947, #948, #949, #950, #951, #952, #1214, #1276, #1352, #1764
Blocking:

Description (last modified by bdezonia)

We have implemented a couple tools so far (probe, zoom, etc.). There are numerous tools we have not yet done (brush, spray can, eraser, pencil, flood fill, arrow, freehand roi). There are also IJ1 tools we haven't yet made placeholders for (color picker, angle, wand, text, abort, others?). Make these tools for IJ2.

Reassign as needed.

Change History

comment:1 Changed 2011-10-17T14:23:31-05:00 by bdezonia

  • Description modified

comment:2 Changed 2012-01-18T16:26:53-06:00 by bdezonia

  • Owner changed from curtis to bdezonia
  • Status changed from new to assigned
  • Milestone changed from imagej-2.0-beta2 to imagej-2.0-beta1

comment:3 Changed 2012-01-25T09:54:29-06:00 by bdezonia

In e339745786cf766f6d6ee1cc0120bdf3be05db45 made infrastructure changes that facilitate drawing tools. Also implemented Pencil, Paintbrush, and Eraser tools. Updated PickerTool.

Note that the current draw tool code only draws on the 1st plane of a dataset. Update so that the currently viewed plane is the one we edit.

Last edited 2012-01-25T10:00:12-06:00 by bdezonia

comment:4 Changed 2012-01-30T11:46:12-06:00 by bdezonia

Finished pencil and paintbrush shortly after e339745786cf766f6d6ee1cc0120bdf3be05db45. Implemented flood fill tool and improved picker tool between e339745786cf766f6d6ee1cc0120bdf3be05db45 and a28b874574c685b0b4d17d5c0ed58f80b7b53438.

comment:5 Changed 2012-01-30T11:48:36-06:00 by bdezonia

Further tool implementations will need some extra work.

For instance some of the tools draw rois (like angle, point, etc.). We need to define the supporting overlay classes first.

Note also that in IJ1 some of the tool icons have submenus to them via right click and when you change the selected tool the icon and functionality of the tool switches. We'll need to do something similar.

comment:6 Changed 2012-02-20T10:27:12-06:00 by curtis

  • Blocked By 937, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952 added
  • Summary changed from Make IJ2 versions of the IJ1 tools to [STORY] Make IJ2 versions of the IJ1 tools

comment:7 Changed 2012-02-20T12:16:50-06:00 by bdezonia

  • Blocked By 932 added

comment:8 Changed 2012-02-23T09:00:50-06:00 by curtis

  • Type changed from task to story
  • Summary changed from [STORY] Make IJ2 versions of the IJ1 tools to Make IJ2 versions of the IJ1 tools

comment:9 Changed 2012-02-28T09:25:14-06:00 by bdezonia

  • Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2

comment:10 Changed 2012-06-13T14:59:09-05:00 by bdezonia

  • Blocked By 1214 added

comment:11 Changed 2012-07-03T14:11:55-05:00 by curtis

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

comment:12 Changed 2012-07-05T11:18:31-05:00 by bdezonia

  • Blocked By 1276 added

comment:13 Changed 2012-07-23T09:44:14-05:00 by bdezonia

Shortly before beta 3 the Spray Can tool and an alpha implementation of the Angle tool were implemented.

comment:14 Changed 2012-08-14T12:06:31-05:00 by bdezonia

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

Many tools are related to the creation of ROIs. Pushing this feature to beta 6 (roi concentration)

comment:15 Changed 2012-12-06T10:17:00-06:00 by bdezonia

  • Blocked By 1352 added

comment:16 Changed 2013-04-01T10:35:16-05:00 by bdezonia

  • Blocked By 1764 added

comment:17 Changed 2014-05-04T08:44:00-05:00 by curtis

  • Status changed from assigned to closed
  • Resolution set to moved