Type: lib.gzip.GzipCompress
Namespace: lib.gzip
Description
Compress bytes using gzip. gzip, compress, bytes
Use cases:
- Reduce size of binary data
- Store assets in compressed form
- Prepare data for network transfer
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| data | Optional[bytes] |
Data to compress | - |
Outputs
| Output | Type | Description |
|---|---|---|
| output | bytes |
Metadata
Related Nodes
Browse other nodes in the lib.gzip namespace.