Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal open source - Adding support for conversion to WEBP format to ImgBot #1919

Merged
merged 2 commits into from
May 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions contributions/open-source/lukasgut-ttle/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Assignment Proposal

## Title

Open-source contribution, adding support for converison to WEBP format

## Names and KTH ID

- Lukas Gutenberg ([email protected])
- Tony Le ([email protected])

## 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.