| Recommend this page to a friend! |
| Author | ||
![]() |
|
Innovation award![]() Nominee: 8x | |||||||||||||||||||
| Classes of Sam Shull | > | LZW | > | Download .zip .tar.gz | > | > | > | |||||
|
|||||||||||||||||||||||
| Groups | Applications | Related links | ||||||||
| Groups | ||
| Algorithms | Numerical and statistical algorithms | View top rated classes | |
| Compression | Data compression and file archive manipulation | View top rated classes |
| Innovation Award | ||
![]() August 2007 Number 7 Prize: One license of PHPEdit Professional |
LZW (Lempel-Ziv-Welch) is a compression algorithm made popular for its use in the formats GIF, TIFF and PDF. This class can be used to compress and decompress data that uses LZW algorithm in pure PHP. It makes possible to encode and decode image and documents that employ this algorithm using only pure PHP code, thus without any special PHP extensions. Manuel Lemos |
| User ratings | ||
| There are not enough user ratings to display for this class. |
| Applications that use this class | ||
| Related links | ||
| Link | Description |
|---|---|
| LZW Unisys Patent Information | The LZW Patent is expired, here is proof from Unisys themselves. |
| Wikipedia Description of LZW | Wikipedia Description of LZW |
| Download all files: lzwc.tar.gz lzwc.zip |