LzwCompression

Utility classes to decode or encode entire strings.

Qualified name:Mike42\GfxPhp\Util\LzwCompression
class LzwCompression
static compress(string $inp, int $minCodeSize)
Parameters:
  • $inp (string) –
  • $minCodeSize (int) –
static decompress(string $inp, int $minCodeSize)
Parameters:
  • $inp (string) –
  • $minCodeSize (int) –