Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
gamax92

ipack compression library (no not apple)

Recommended Posts

Description:

Recently I ported a compression program created by Immibis over to OpenComputers.

The library also comes with two sample programs, compress and decompress.

NOTE: Those who have used Immibis's compression program might know his programs are designed for text, and may add an extra line at the bottom or change the line ending. Those two flaws have been fixed in this port and one can successfully compress a binary file.

compress:

Usage: compress infile outfile

Compresses a file using the ipack compression routine

decompress:

Usage: decompress infile outfile

Decompresses a file created by the ipack compression routine.

Both programs above will also output statistics regarding the compression level.

Downloads:

The api and the two sample programs can be found here.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.