tgstation / rust-g

Rust based libraries for tgstation
MIT License
28 stars 100 forks source link

Remove useless features from the image crate #128

Closed ZeWaka closed 1 year ago

ZeWaka commented 1 year ago

We don't care about parsing gifs, jpegs, tiffs, webps, and more. This is SS13, and we use PNGs. If someone really wants gifs later they can add the code that uses it and just add the feature flag.

Saves 1.56MB from the release binary size.