mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
a29b349014
Renamed the love.image CompressedData type to CompressedImageData. love.math.compress returns a love.math CompressedData object which holds the newly compressed data. Currently supported formats are "lz4" and "zlib". Note that the formats are not file formats and don't compress filesystem hierarchies.