{{newin|[[0.10.0]]|100|type=enum}}
Compressed data formats.

== Constants ==
;lz4: The LZ4 compression format. Compresses and decompresses very quickly, but the compression ratio is not the best. LZ4-HC is used when compression level 9 is specified. Some benchmarks are available [https://github.com/Cyan4973/lz4#user-content-benchmarks here].
;zlib: The zlib format is DEFLATE-compressed data with a small bit of header data. Compresses relatively slowly and decompresses moderately quickly, and has a decent compression ratio.
;gzip: The gzip format is DEFLATE-compressed data with a slightly larger header than zlib. Since it uses DEFLATE it has the same compression characteristics as the zlib format.

{{New feature|11.0|
;deflate: Raw DEFLATE-compressed data (no header).
}}
== See Also ==
* [[love.math.compress]]
* [[parent::love.math]]
* [[parent::CompressedData]]
* [[CompressedData:getFormat]]
[[Category:Enums]]
{{#set:Description=Compressed data formats.}}
== Other Languages ==
{{i18n|CompressedDataFormat}}