Huffman encoder
A minimal Huffman encoder/decoder for message compression in Node.js and browser.
Encode FormData content into the multipart/form-data format
Implementation of the WHATWG URL Standard
High-performance Base64 encoder and decoder
Encode and decode base64 encoded strings
See our api docs https://serialport.io/docs/api-parser-slip-encoder
The worker which is used by the media-encoder-host package.
AAC encoder extension for Mediabunny, based on FFmpeg.
The broker which is used by the media-encoder-host package.
MP3 encoder extension for Mediabunny, based on LAME.
The worker which is used by the extendable-media-recorder-wav-encoder package.
The broker which is used by the extendable-media-recorder-wav-encoder package.
This is a module to load and manage media encoders.
Event encoding utilities for the **Agent-User Interaction (AG-UI) Protocol**.
Encode and decode quoted-printable strings according to rfc2045
A Wave file encoder for the extendable-media-recorder package.
socket.io protocol parser
FLAC encoder extension for Mediabunny, based on libFLAC.
Base64 streaming encoder and decoder
A Javascript (TypeScript) Port of Adobe Gainmap Technology for storing HDR Images using an SDR Image + a gain map
Tiny QR code encoder
An extendable drop-in replacement for the native MediaRecorder.
Default Jimp bmp encoder/decoder.
Huffman encoding of arbitrary data
A library for optimally compressing chess games in PGN format.
A command-line tool for optimally compressing chess games in PGN format.
Huffman is a library to decode huffman-encoded data.
Reversible JSON binary compression/decompression library with Huffman-encoded keys and optional string value pooling
packedsfen is a library for processing Huffman-encoded supervised phases for Shogi AI.
A fast, lightweight file compression CLI tool using Huffman coding
Huffnpuff implements a general purpose Huffman Coding system that uses a construction string which can implement any system. This also includes the bitfifo gem which allows variable length bit sequences to address the internal table of the Huffnpuff object instance. Huffman coding is essential for compression techniques such as MPEG, and PKZIP.
A simple implementation of huffman algorithm
This gem allow you to encode and decode a text using the Huffman encoding compression algorithm. It can also generate and visualize the huffman tree as a png file.
Huffify is a Ruby gem that provides functionality to encode and decode text data using Huffman encoding, a lossless data compression algorithm. Huffman encoding efficiently compresses data by assigning shorter codes to more frequent symbols and longer codes to less frequent symbols.
A pure Ruby JPEG decoder and encoder with zero C extension dependencies. Supports Baseline JPEG with Huffman coding, IDCT, and YCbCr color conversion.