Skip to content

Compress and decompress a non-compressed file with zlib #7

@enzoevers

Description

@enzoevers

Goals

  • Be able to run a program to compress a non-compressed .txt file with zlib. This should create a compressed (non-zip format) file.
  • Be able to run a program to decompress a compressed (non-zip format) file with zlib. This should create a decompressed file.

Testing

  • The resulting file that was compressed and decompressed must be identical to the original file.
  • Verify on Windows
  • Verify on (desktop or github action) Linux
  • Verify on ARM Zynq

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions