-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proposal open source - Adding support for conversion to WEBP format t…
…o ImgBot (#1919) * Open-source contribution proposal * Update missing bulleted list
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |