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

Opened 2013-10-29T15:01:21-05:00

Last modified 2014-08-18T12:26:06-05:00

Make pure version of Image>Adjust>Size (resample)

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b8-analysis
Component: Analysis Plugins Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1878

Description

One of the plugins desired for headless operation is the Image > Adjust > Size command (which is a resampling plugin). Write a pure IJ2 version that supports headless operation.

Change History

comment:1 Changed 2013-10-29T15:02:54-05:00 by bdezonia

With commit a0c7cb6326508f56b88e1a55337de4f935110ca5 I have an initial implementation of a resampling plugin that uses OPS' Resample command. However it is a DynamicCommand and may not be runnable headless. Discuss with Curtis when he is in.

comment:2 Changed 2014-08-18T12:26:06-05:00 by curtis

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

Commit c175c0b943c5057e6cc81c97bfcf146296c8befe updated it to be a ContextCommand. These days the command has migrated to the  imagej-plugins-commands repository.