icculus / ControllerImage

A library for producing images of SDL controllers.
zlib License
107 stars 2 forks source link

Compress the database #7

Open icculus opened 8 months ago

icculus commented 8 months ago

Right now the binary data is packed in, but not compressed, and all those SVGs shrink massively.

Just throw a gzip around it, and using miniz to uncompress when loading.