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 #1425 (closed defect: fixed)

Opened 2012-08-20T14:04:03-05:00

Last modified 2012-08-20T14:05:58-05:00

Implement some type of duplication service

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b4-plugins
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

We should provide a standard way for users to duplicate data from existing images. Make a service that can be used for duplication.

Change History

comment:1 Changed 2012-08-20T14:05:58-05:00 by bdezonia

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

Recently the SamplerService was added for this purpose. The DuplicateImage plugin uses it. The service has signatures for common duplication operations plus a general interface using SamplingDefinitions to allow users to subsample image data.