Compressor
Compress and decompress strings.
Authors and contributors to this community extension: arthuro555.
If you have a big file, you might want to make it smaller. Using the well know zip compression algorithm, you can minimify strings and restore them later with this extension.
Tip
Learn how to install new extensions by following a step-by-step guide.
Expressions
Expression | Description | |
---|---|---|
Compressor::Compress(string) |
Compress a string. | |
string | String to compress | |
Compressor::Decompress(string) |
Decompress a string. | |
string | String to decompress |
This page is an auto-generated reference page about the Compressor extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.