https://github.com/ozdoganoguzhan/packbits-decoder-encoder-cs
A simple C# script containing encoder and decoder functions for the Pack-Bits Algorithm
https://github.com/ozdoganoguzhan/packbits-decoder-encoder-cs
Last synced: 3 months ago
JSON representation
A simple C# script containing encoder and decoder functions for the Pack-Bits Algorithm
- Host: GitHub
- URL: https://github.com/ozdoganoguzhan/packbits-decoder-encoder-cs
- Owner: ozdoganoguzhan
- License: mit
- Created: 2023-08-17T12:33:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T12:33:55.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T03:43:38.027Z (5 months ago)
- Language: C#
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packbits-decoder-encoder-cs
A simple C# script containing encoder and decoder functions for the Pack-Bits Algorithm