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 #192 (closed enhancement: fixed)

Opened 2007-10-09T14:06:42-05:00

Last modified 2007-10-10T10:54:05-05:00

Default implementation for saveBytes

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

Description

Adding a default implementation for the FormatWriter.saveBytes methods should be fairly straightforward by constructing BufferedImages from the byte arrays and passing them to saveImage.

Change History

comment:1 Changed 2007-10-10T10:54:05-05:00 by melissa

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

Completed in r3251. In order to use saveBytes, a valid MetadataRetrieve object must have been specified using setMetadataRetrieve.