Platforms to show: All Mac Windows Linux Cross-Platform

DecompressLZWMBS(buf as string, size as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Compression MBS Compression Plugin 6.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Decompresses string using LZW algorithm.

Please remember that the LZW algorithm can be implemented quite different. This one is byte based, uses 12bit offsets and a 4096 entry table.

Returns "" on low memory or Stack Overlow or Output buffer overlow.
(buffer and stack size may be increased on request for future plugin versions)

Size of the uncompressed length is only a guess for how big the output buffer needs to be. Actual string returned will often be smaller.

Some examples using this global method:

The items on this page are in the following plugins: MBS Compression Plugin.


The biggest plugin in space...