GitHub user ham1 reopened a pull request:
https://github.com/apache/jmeter/pull/343
Reduced the size of all screenshots.
## Description
Reduced size of all png screenshots using: `pngquant -f --ext .png
--quality 70-95 *.png`.
Most were only reduced marginally but some were reduced a lot. This should
probably be done for each new screenshot to ensure source control and the doc
website loads as fast as possible.
Also:
Removed workbench from a few screenshots.
Removed unused screenshots.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ham1/jmeter doc_screenshots
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/343.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #343
----
commit 2ea40bc692e07778acd2c4e402bce9421cbe9985
Author: Graham Russell <[email protected]>
Date: 2017-12-03T12:47:06Z
compressed pngs with saving greater than 2k
commit b9ba0ba77078c005bc9fcae4a37382109d9b7069
Author: Graham Russell <[email protected]>
Date: 2017-12-03T13:00:09Z
Removed unused screenshots
commit 75c23e0fdf2184e8c1d88d502eea6a181447c9b3
Author: Graham Russell <[email protected]>
Date: 2017-12-03T13:01:39Z
Merge branch 'compress_png' into doc_screenshots
----
---