04-13-2010 08:17 PM
LabVIEW now has zip functions built in, allowing you to zip to a file. But what if you want to compress a string for other use-cases? Why can't we have a simple zip-a-string function? For example, you might want to compress a string before transmitting it over a relatively slow buss.
DaveT
04-13-2010 08:33 PM
04-14-2010 05:55 AM
If you don't mind using .NET, this might help:
GZIP compress/uncompress of string using .NET
04-14-2010 06:30 AM - edited 04-14-2010 06:31 AM
OpenG has a Compress string function.
Ton