Skip to content

Optimize image sizes - #69049

Merged
bors merged 1 commit into
rust-lang:masterfrom
pthariensflame:improvement/imgbot
Feb 13, 2020
Merged

Optimize image sizes#69049
bors merged 1 commit into
rust-lang:masterfrom
pthariensflame:improvement/imgbot

Conversation

@pthariensflame

Copy link
Copy Markdown
Contributor

This was done by ImgBot on my own fork, which I then immediately merged and turned into this manual pull request. Below is reproduced ImgBot's own message on the content of this PR.

r? @steveklabnik since this is a documentation PR, I guess.


Beep boop. Your images are optimized!

Your image file size has been reduced by 21% 🎉

Details
FileBeforeAfterPercent reduction
/src/etc/installer/gfx/rust-logo.png5.71kb3.82kb33.11%
/src/librustdoc/html/static/down-arrow.svg0.63kb0.50kb20.44%
/src/librustdoc/html/static/wheel.svg3.86kb3.68kb4.66%
/src/librustdoc/html/static/brush.svg0.47kb0.44kb4.61%
Total :10.65kb8.44kb20.82%

📝docs | :octocat: repo | 🙋issues | 🏅swag | 🏪marketplace

*Total -- 10.65kb -> 8.44kb (20.82%)
/src/etc/installer/gfx/rust-logo.png -- 5.71kb -> 3.82kb (33.11%)
/src/librustdoc/html/static/down-arrow.svg -- 0.63kb -> 0.50kb (20.44%)
/src/librustdoc/html/static/wheel.svg -- 3.86kb -> 3.68kb (4.66%)
/src/librustdoc/html/static/brush.svg -- 0.47kb -> 0.44kb (4.61%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
@GuillaumeGomez

Copy link
Copy Markdown
Member

Thanks!

@bors: r+ rollup

@bors

bors commented Feb 12, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit c18476e has been approved by GuillaumeGomez

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Feb 12, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Feb 13, 2020
…r=GuillaumeGomez
Optimize image sizes
This was done by [ImgBot](https://imgbot.net/) on my own fork, which I then immediately merged and turned into this manual pull request. Below is reproduced [ImgBot's own message](pthariensflame#3 (comment)) on the content of this PR.
r? @steveklabnik since this is a documentation PR, I guess.
---
> ## Beep boop. Your images are optimized!
>
> Your image file size has been reduced by **21%** 🎉
>
> <details>
> <summary>
> Details
> </summary>
>
> | File | Before | After | Percent reduction |
> |:--|:--|:--|:--|
> | /src/etc/installer/gfx/rust-logo.png | 5.71kb | 3.82kb | 33.11% |
> | /src/librustdoc/html/static/down-arrow.svg | 0.63kb | 0.50kb | 20.44% |
> | /src/librustdoc/html/static/wheel.svg | 3.86kb | 3.68kb | 4.66% |
> | /src/librustdoc/html/static/brush.svg | 0.47kb | 0.44kb | 4.61% |
> | | | | |
> | **Total :** | **10.65kb** | **8.44kb** | **20.82%** |
> </details>
>
> ---
>
> [📝docs](https://imgbot.net/docs) | [:octocat: repo](https://github.com/dabutvin/ImgBot) | [🙋issues](https://github.com/dabutvin/ImgBot/issues) | [🏅swag](https://goo.gl/forms/1GX7wlhGEX8nkhGO2) | [🏪marketplace](https://github.com/marketplace/imgbot)
bors added a commit that referenced this pull request Feb 13, 2020
Rollup of 9 pull requests
Successful merges:
- #67642 (Relax bounds on HashMap/HashSet)
- #68848 (Hasten macro parsing)
- #69008 (Properly use parent generics for opaque types)
- #69048 (Suggestion when encountering assoc types from hrtb)
- #69049 (Optimize image sizes)
- #69050 (Micro-optimize the heck out of LEB128 reading and writing.)
- #69068 (Make the SGX arg cleanup implementation a NOP)
- #69082 (When expecting `BoxFuture` and using `async {}`, suggest `Box::pin`)
- #69104 (bootstrap: Configure cmake when building sanitizer runtimes)
Failed merges:
r? @ghost
@bors
bors merged commit c18476e into rust-lang:masterFeb 13, 2020
@pthariensflame
pthariensflame deleted the improvement/imgbot branch February 15, 2020 19:30
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@pthariensflame@GuillaumeGomez@bors@steveklabnik@ImgBotApp