lzw
Here are 87 public repositories matching this topic...
GIF encoder written in C
-
Updated
Aug 13, 2024 - C
Single-header LZW (Lempel-Ziv-Welch) C Library, headerless compressor & decompressor (variable code, 9-16 bits)
-
Updated
Sep 14, 2024 - C
C Library for reading LZW compressed files
-
Updated
Feb 15, 2021 - C
Tiny LZW implementations in assembly
-
Updated
Apr 7, 2024 - Assembly
Texts compression program using Shannon Algorithm
-
Updated
Nov 23, 2021 - Java
Python-based implementation of the LZW (Lempel-Ziv-Welch) algorithm to compression and decompression of text files.
-
Updated
Jul 5, 2023 - Python
Compression and decompression utility
-
Updated
Jun 30, 2024 - C
LZW stands for “Lempel-Ziv-Welch”. The LZW algorithm is a very common compression technique. This algorithm is typically used in GIF and PDF. It is lossless, meaning no data is lost when compressing. The algorithm is simple to implement and has the potential for very high throughput in hardware implementations. It is the algorithm of the widely …
-
Updated
Aug 14, 2021 - C++
GIF decoder/encoder in pure Python
-
Updated
Oct 5, 2023 - Python
this is a LZW image compression project using matlab
-
Updated
Jun 25, 2019 - MATLAB
A minimalistic LZW implementation in Python 3
-
Updated
Jan 6, 2019 - Python
ECG viewer for medical device data using D3.js
-
Updated
Sep 24, 2024 - TypeScript
Extremely fast LZW javascript decompression using WASM
-
Updated
Jan 4, 2023 - C
An attempt to compress the enwik8 file
-
Updated
Jun 4, 2020 - C++
Implementation of LZW and Shannon-fano compression and decompression algorithms in java, with a simple & modern UI implemented using javaFX.
-
Updated
Jul 16, 2021 - Java
Improve this page
Add a description, image, and links to the lzw topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lzw topic, visit your repo's landing page and select "manage topics."