maximumspatium / ResDecompress

Decompression of compressed MacOS resources.
MIT License
6 stars 2 forks source link

Wrap a neat API around it #1

Closed elliotnunn closed 5 years ago

elliotnunn commented 5 years ago

This pull request would neaten up the API, making it suitable for my macresources package. One architectural change: algorithm functions are responsible for creating and parsing their own algo-specific headers (not including the 12-byte header). There is also one tiny bugfix for odd-length resources. And some tests.

maximumspatium commented 5 years ago

The PR looks good. Many thanks for submitting it!