Skip to content

Losslessly optimize images#6679

Merged
doxygen merged 2 commits intodoxygen:masterfrom
coliff:master
Dec 14, 2018
Merged

Losslessly optimize images#6679
doxygen merged 2 commits intodoxygen:masterfrom
coliff:master

Conversation

@coliff
Copy link
Copy Markdown
Contributor

@coliff coliff commented Dec 14, 2018

This reduces image file size by 24% with no loss of quality.

File Before After Percent reduction
/doc/extsearch_flow.png 20.57kb 7.41kb 64.00%
/testing/sample.png 3.69kb 2.50kb 32.26%
/doc/doxywizard_main.png 55.86kb 38.51kb 31.07%
/doc/doxywizard_page1.png 38.72kb 29.24kb 24.47%
/doc/doxywizard_page4.png 42.69kb 32.57kb 23.72%
/doc/doxywizard_page3.png 49.71kb 37.95kb 23.66%
/doc/doxywizard_page2.png 38.13kb 29.21kb 23.41%
/addon/doxywizard/images/tunecolor.png 99.90kb 77.30kb 22.62%
/doc/doxywizard_menu.png 57.29kb 45.09kb 21.28%
/doc/doxywizard_expert.png 29.35kb 23.73kb 19.15%
/templates/html/mag_sel.png 0.55kb 0.45kb 17.41%
/templates/html/mag.png 0.51kb 0.44kb 14.31%
/doc/infoflow.png 98.24kb 84.89kb 13.59%
/templates/html/search_r.png 0.60kb 0.54kb 9.64%
/templates/html/search_l.png 0.59kb 0.55kb 6.13%
Total : 536.41kb 410.38kb 23.50%

Thanks to https://imgbot.net

ImgBotApp and others added 2 commits December 7, 2018 11:28
*Total -- 536.41kb -> 410.38kb (23.5%)

/doc/extsearch_flow.png -- 20.57kb -> 7.41kb (64%)
/testing/sample.png -- 3.69kb -> 2.50kb (32.26%)
/doc/doxywizard_main.png -- 55.86kb -> 38.51kb (31.07%)
/doc/doxywizard_page1.png -- 38.72kb -> 29.24kb (24.47%)
/doc/doxywizard_page4.png -- 42.69kb -> 32.57kb (23.72%)
/doc/doxywizard_page3.png -- 49.71kb -> 37.95kb (23.66%)
/doc/doxywizard_page2.png -- 38.13kb -> 29.21kb (23.41%)
/addon/doxywizard/images/tunecolor.png -- 99.90kb -> 77.30kb (22.62%)
/doc/doxywizard_menu.png -- 57.29kb -> 45.09kb (21.28%)
/doc/doxywizard_expert.png -- 29.35kb -> 23.73kb (19.15%)
/templates/html/mag_sel.png -- 0.55kb -> 0.45kb (17.41%)
/templates/html/mag.png -- 0.51kb -> 0.44kb (14.31%)
/doc/infoflow.png -- 98.24kb -> 84.89kb (13.59%)
/templates/html/search_r.png -- 0.60kb -> 0.54kb (9.64%)
/templates/html/search_l.png -- 0.59kb -> 0.55kb (6.13%)
[ImgBot] Optimize images
@doxygen doxygen merged commit 65813bf into doxygen:master Dec 14, 2018
@albert-github albert-github added fixed but not released Bug is fixed in github, but still needs to make its way to an official release install/build bug in the installation or build scripts labels Dec 15, 2018
@doxygen doxygen removed the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Dec 28, 2018
albert-github added a commit to albert-github/doxygen that referenced this pull request Jan 18, 2019
…ype headers in markdown

Due to the move of the markdown code to another place the adding of the section info of section, subsection etc. would be attempted to add twice (first in markdown and later on again when translating the resulting '`section`, `\subsection` commands. The adding should only take place when handling the (replaced) commands.

Removing the test in `addSection` won't work as in that case using twice a sectioning command with the same label would not be signaled anymore.
doxygen added a commit that referenced this pull request Jan 19, 2019
issue #6679 Multiple use of section label warning for Setex-stype headers in markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

install/build bug in the installation or build scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants