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

Opened 2007-05-01T10:44:24-05:00

Last modified 2007-05-09T08:53:22-05:00

Support for externally compressed files

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

Description

We should be able to read files that have been compressed using gzip (and possibly other algorithms). Rather than having a separate reader for gzip-compressed files, it might be better to integrate the decompression logic into RandomAccessStream.

Change History

comment:1 Changed 2007-05-02T10:06:33-05:00 by melissa

Gzip support added in r2721.

comment:2 Changed 2007-05-05T11:29:16-05:00 by melissa

Zip supported in r2738.

comment:3 Changed 2007-05-09T08:53:22-05:00 by melissa

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

BZip2 support added in r2771.