Skip to content

Apply lossless image compression to all statics

Matthias Larisch requested to merge compress_images into master

What does this MR do?

Pass all images inside img/ through Trimage 1.0.5. This reduces the size of all static images by 0..70% (and in average actually quite a bit).

How confident are you it won't break things if deployed?

no changes. Also caching does not matter because a cached image is always smaller than a better compressed one. All compressions applied here are completely lossless.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Chris Oelmueller

Merge request reports