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

Opened 2009-05-06T18:19:47-05:00

Last modified 2009-05-07T13:43:06-05:00

Bio-Formats Exporter should use saveBytes instead of saveImage

Reported by: curtis Owned by: melissa
Priority: major Milestone: bio-formats-4.1
Component: bio-formats Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

The Bio-Formats Exporter plugin extracts arrays from ImageJ ImageProcessors, converts them to BufferedImages using AWTImageTools utility methods, then calls saveImage to write out the planes. This process is unnecessarily inefficient; export would be faster and less error-prone if we used saveBytes instead.

This transition will likely also fix ticket #390.

Change History

comment:1 Changed 2009-05-07T13:43:06-05:00 by melissa

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

(In [5089]) Updated Exporter plugin to use saveBytes instead of saveImage. Closes #391.