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 #1828 (new defect)

Opened 2013-04-18T16:57:00-05:00

Last modified 2013-04-18T16:59:54-05:00

Drag and Drop: open a directory as a stack of images

Reported by: bdezonia Owned by: curtis
Priority: major Milestone: imagej2-b10-compatibility
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1821

Description

In IJ1 dropping a directory on the app frame can result in a image stack being opened. Notes from an older ticket:

IJ1's DND code checks if a given File is a directory and if it does it asks whether to open all files in dir as a stack. If no it opens each file in directory as a separate image. Maybe scifio can be extended to handle directories in this way? If not we can write code that does similar things. Currently our file list handling always opens them as separate images.

Change History

comment:1 Changed 2013-04-18T16:59:54-05:00 by bdezonia

  • Component changed from Analysis Plugins to Core