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

Opened 2009-04-14T13:08:14-05:00

Last modified 2009-05-01T12:45:00-05:00

Change bfconvert to open/save byte arrays

Reported by: melissa Owned by: melissa
Priority: major Milestone: bio-formats-4.1
Component: bio-formats Severity: major
Keywords: Cc: choi@…
Blocked By: Blocking:

Description

Right now, bfconvert (loci.formats.tools.ImageConverter) opens and saves BufferedImages - this is likely because IFormatWriter originally did not have methods to save byte arrays. Since working with BufferedImages requires more memory, we should update bfconvert to open/save byte arrays.

Change History

comment:1 Changed 2009-05-01T12:45:00-05:00 by melissa

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

(In [5057]) * Updated writers to use saveBytes by default.

  • Updated ImageConverter to use openBytes and saveBytes instead of openImage and saveImage. Closes #378.