NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #317 (closed enhancement: fixed)

Opened 2008-08-25T14:57:40-05:00

Last modified 2010-01-11T13:43:34-06:00

Add file format extension filter to Bio-Formats Exporter

Reported by: curtis Owned by: curtis
Priority: minor Milestone:
Component: plugins Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

Right now the Bio-Formats Exporter relies on the specified filename's given extension to choose which format writer to use. We should provide a dropdown combo box with a list of legal file formats (defaulting to "By extension" like the GIMP does). If a non-default file format is chosen, the Exporter just tacks on the proper extension to the filename before calling the file writer logic.

Change History

comment:1 Changed 2010-01-11T13:43:34-06:00 by curtis

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

This issue was addressed in r4833.