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

Opened 2010-09-29T19:49:18-05:00

Last modified 2010-11-17T05:28:37-06:00

Add support for JPEG-compressed AVIs

Reported by: melissa Owned by: melissa
Priority: minor Milestone: bio-formats-5.0
Component: bio-formats Severity: minor
Keywords: Cc: mitkovm@…
Blocked By: Blocking:

Description

It would be nice if the AVI reader could handle AVIs with JPEG-compressed planes, e.g. the one produced by this ImageJ macro:

run("MRI Stack (528K)");
run("AVI... ", "compression=JPEG frame=10 save");

Change History

comment:1 Changed 2010-10-05T12:24:35-05:00 by melissa

  • Cc mitkovm@… added

comment:2 Changed 2010-11-17T05:28:37-06:00 by melissa

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

(In [7220]) Added support for JPEG-compressed AVIs. Closes #569.