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

Opened 2012-08-03T10:13:49-05:00

Last modified 2012-09-06T14:17:28-05:00

Create tutorials for the ImageJ API

Reported by: curtis Owned by: curtis
Priority: minor Milestone: imagej2-b4-plugins
Component: Community Version:
Severity: non-issue Keywords:
Cc: Blocked By:
Blocking: #1015

Description

We have a start on some documentation explaining how to use the ImageJ2 API, the form of the  imagej-tutorials Git repository.

As of this writing, it contains only a single tutorial, demonstrating how to load and display a dataset. To aid developers in learning ImageJ2's API, we should add many more tutorials. (Each should be filed as a blocking ticket for this feature.)

Change History

comment:1 Changed 2012-08-03T10:16:33-05:00 by curtis

Some initial ideas:

  • intro-to-imagej-api
  • intro-to-services
  • intro-to-plugins
  • intro-to-displays
  • intro-to-menus
  • intro-to-platforms
  • intro-to-uis
  • override-a-service
  • add-a-new-service
  • add-a-new-widget
  • add-a-new-display
  • add-a-new-platform
  • a-simple-plugin

comment:2 Changed 2012-08-03T10:27:48-05:00 by curtis

  • Blocking 1015 added

comment:3 Changed 2012-08-03T13:43:15-05:00 by bdezonia

  • Blocked By 1364 added

comment:4 Changed 2012-08-03T14:02:29-05:00 by curtis

  • Priority changed from major to critical

comment:5 Changed 2012-08-06T13:13:22-05:00 by dscho

  • Blocked By 1373 added

comment:6 Changed 2012-08-07T12:33:01-05:00 by bdezonia

  • Blocked By 1375 added

comment:7 Changed 2012-08-13T14:58:50-05:00 by bdezonia

  • Blocked By 1388 added

comment:8 Changed 2012-08-13T15:01:22-05:00 by bdezonia

  • Blocked By 1389 added

comment:9 Changed 2012-08-14T10:40:10-05:00 by curtis

  • Priority changed from critical to minor

comment:10 Changed 2012-09-06T14:17:02-05:00 by curtis

  • Blocked By 1364, 1373, 1375, 1388, 1389 removed

comment:11 Changed 2012-09-06T14:17:28-05:00 by curtis

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

We added two more tutorials: intro-to-imagej-api and add-two-datasets. The latter demonstrates multiple ways of adding images together, including one that uses ImgLib2 OPS.