ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
ImageResizer.Plugins.SeamCarving.LzwDecoder Class Reference

A quirky version of LZW supporting only 32K dictionary sizes, expecting a UTF8-like encoding method, and offering custom alphabet support More...

Public Member Functions

 LzwDecoder (string customAlphabet)
 
string Decode (byte[] data)
 

Detailed Description

A quirky version of LZW supporting only 32K dictionary sizes, expecting a UTF8-like encoding method, and offering custom alphabet support

Definition at line 9 of file LzwDecoder.cs.


The documentation for this class was generated from the following file: