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

Opened 2010-12-01T21:57:32-06:00

Last modified 2010-12-16T17:15:18-06:00

Some AVI files have skewed scanlines

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

Description

See files in data/avi/prairie/. The files play fine in mplayer, so we just need to adjust the padding bytes calculation in AVIReader.openBytes.

Change History

comment:1 Changed 2010-12-16T17:15:18-06:00 by melissa

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

(In [7429]) Adjust the number of padding bytes based upon the total number of bytes that could be used for pixel data. Closes #610.