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 #952 (closed task: fixed)

Opened 2012-02-06T10:18:16-06:00

Last modified 2012-05-23T10:55:32-05:00

Implement Spray Can Tool

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b3-headless
Component: Tools Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #829

Description

There is a spray can tool icon in the toolbar. IJ1 does not have a spray can tool that I know of. Either implement spray can tool or pull it out of toolbar.

Change History

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

  • Blocking 829 added

comment:2 Changed 2012-02-20T12:11:41-06:00 by bdezonia

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

comment:3 Changed 2012-03-07T11:46:19-06:00 by bdezonia

There is a Spray Can macro in IJ1. So replicate this ability.

comment:4 Changed 2012-03-14T14:09:20-05:00 by bdezonia

For a list of macros to reimplement or support see imageja/src/main/resources

comment:5 Changed 2012-05-21T12:37:18-05:00 by bdezonia

Note spray can in IJ1 only sprays in the current channel of the current plane

comment:6 Changed 2012-05-22T15:37:32-05:00 by bdezonia

With commit 848b5b073f1f331db4c688e1146a2d71c4cca908 we now have an initial implementation.

TODO:
1) The low end drawing rate does not match IJ1 very well (not decaying fast enough)
2) The drawing happens across all channels of the active plane (IJ1 does the current channel only I believe)

comment:7 Changed 2012-05-23T10:55:32-05:00 by bdezonia

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

With a few commits culminating with commit 747441ab516b69590231bff2e60e4a7e74d4f1cc all remaining issues addressed.