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

Opened 2010-03-09T10:03:11-06:00

Last modified 2010-07-13T16:58:38-05:00

AVI files saved using one writer per plane are broken

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

Description

AVI files saved using  this program only have one plane. This is likely because the AVI writer doesn't write any state information until saveBytes is called with the 'close' flag set. Changing the writer to either write the state information when close() is called or after each plane is written should solve the problem.

Change History

comment:1 Changed 2010-03-24T17:09:38-05:00 by melissa

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

(In [6066]) Allow AVI files to be written using one writer per plane. Closes #476.

comment:2 Changed 2010-07-09T12:55:02-05:00 by melissa

  • Milestone bio-formats-4.2 deleted

Milestone bio-formats-4.2 deleted

comment:3 Changed 2010-07-13T16:58:38-05:00 by melissa

  • Milestone set to bio-formats-4.2