From 293d42600f9d40ea206a4126d1fa921c8964f027 Mon Sep 17 00:00:00 2001 From: Autonymic <75275746+Autonymic@users.noreply.github.com> Date: Fri, 6 May 2022 15:20:30 +0200 Subject: [PATCH] Proposal open source - Adding support for conversion to WEBP format to ImgBot (#1919) * Open-source contribution proposal * Update missing bulleted list --- .../open-source/lukasgut-ttle/README.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 contributions/open-source/lukasgut-ttle/README.md diff --git a/contributions/open-source/lukasgut-ttle/README.md b/contributions/open-source/lukasgut-ttle/README.md new file mode 100644 index 0000000000..02ca325771 --- /dev/null +++ b/contributions/open-source/lukasgut-ttle/README.md @@ -0,0 +1,26 @@ +# Assignment Proposal + +## Title + +Open-source contribution, adding support for converison to WEBP format + +## Names and KTH ID + +- Lukas Gutenberg (lukasgut@kth.se) +- Tony Le (ttle@kth.se) + +## Deadline + +Task 4 + +## Category + +Contribution to open-source + +## Description + +ImgBot (#310) crawls through all of the image files in a GitHub repo and losslessly compresses them. Once it is done, it opens a PR for review and merging. The community is pretty active, it has 893 stars as well as over 1000 commits. + +Support for conversion to WEBP format is a feature that is requested in this issue: https://github.com/imgbot/Imgbot/issues/1049 + +We intend to implement this feature, as well as update the documentation accordingly to properly explain how to enable / disable it. \ No newline at end of file