53 skills found · Page 1 of 2
kornelski / GiflossyMerged into Gifsicle!
glampert / Compression AlgorithmsC++ implementations of common data compression algorithms.
floydpink / LzwCompress.jsLossless LZW compression/decompression implemented in JavaScript for strings/JSON/JS objects.
Rochet2 / LualzwA relatively fast LZW compression algorithm in pure lua
joeatwork / Python LzwLZW compression in pure python
ayonious / File Compression📦 Zip and Unzip files using Huffman's code and LZW Algorithm
Ferki-git-creator / TurboStitchGIF HeaderOnly Fast ZeroAllocation PlatformIndependent Embedded C GIF DecoderTurboStitchGIF: A fast, header-only C GIF decoder without dynamic allocations, ideal for embedded systems and cross-platform projects.
adityagupta3006 / LZW Compressor In PythonImplementation of Lempel–Ziv–Welch (LZW) compression technique. The project consists of an encoder and decoder to achieve compression on text files.
hiddentao / Lzw AsyncAsynchronous Javascript implementation of LZW compression algorithm
radekstepan / LZWLZW Compression/Decompression in C
status-im / Nim SnappyNim implementation of Snappy compression algorithm
eloj / Lzw EddySingle-header LZW (Lempel-Ziv-Welch) C Library, headerless compressor & decompressor (variable code, 9-16 bits)
LeastBit / PDFImage To TIFFPDF/Image to TIFF Converter - A high-quality Python tool for converting PDFs/PNGs/JPGs to TIFF with 400+ DPI precision. Supports multi-page TIFF and batch processing. Uses LZW lossless compression to preserve text clarity and color accuracy, ideal for archiving and printing.
fwcd / Swift GifCross-platform GIF encoder and decoder for Swift
MichaelDipperstein / Lzwlzw: An ANSI C implementation of the LZW compression algorithm
biroeniko / Lzw CompressionA python implementation of the LZ77, LZ78 and LZW lossless data compression algorithms.
jegor377 / Godot Gif LzwGIF's LZW compression/decompression done in Godot.
4lpha0ne / TinyLZWTiny LZW implementations in assembly
saw / JS LZWLZW compression in javascript
YoavCodes / Givati CompressionA smart and lossless data compression algorithm with a focus on repeating data structures like JSON/JSONH, network and language permeability, decompression without requiring a pre-agreed dictionary, and minimum size over speed. Compression and speed comparable to Lempel–Ziv–Welch (LZW)