SwitchbladeBot / switchblade

The open source Discord bot that solves all of your problems.
https://switchblade.xyz/
BSD 4-Clause "Original" or "Old" License
426 stars 220 forks source link

Optimize images #1243

Closed JeffResc closed 3 years ago

JeffResc commented 3 years ago

This pull request optimizes the images found in the repository using lossless compression. This means that the image quality will not be degraded. This will mean less space taken up by images along with faster loading times when viewing them. The overall file size has been reduced by around 15%.

Doges commented 3 years ago

Hi! I'm sorry to say that we actually don't need img compression for now, since our all of our images together only has 6~7mb. Anyway, thanks for contributing.