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: |
|
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.
(In [6066]) Allow AVI files to be written using one writer per plane. Closes #476.