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

Opened 2010-12-02T18:12:45-06:00

Last modified 2010-12-16T15:48:02-06:00

ICS export should preserve more metadata

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

Description

Most importantly, physical dimensions and the number of valid bits per pixel should be preserved.

Change History

comment:1 Changed 2010-12-16T15:48:02-06:00 by melissa

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

(In [7428]) * Added setValidBitsPerPixel(int) to IFormatWriter.

  • Updated ICSWriter to correctly save physical sizes and valid bits per pixel. Closes #611.