diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-08-21 13:46:10 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-08-27 15:52:03 +0200 |
commit | 8dbcd11075e5a1bab6041f6c140bf0d8d27e4f26 (patch) | |
tree | 89f6ec362064e86cdd4a4d08ba0d2aaed53a0926 /doc/ci/runners | |
parent | b64ba567ff4409a9e10f764297ea110023d4aec8 (diff) | |
download | gitlab-ce-8dbcd11075e5a1bab6041f6c140bf0d8d27e4f26.tar.gz |
Compress all PNG images under doc/
The pngquant tool was used https://pngquant.org, and particularly, the
following command:
/usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png
Before: 47584K
After : 34924K
Diffstat (limited to 'doc/ci/runners')
-rw-r--r-- | doc/ci/runners/img/protected_runners_check_box.png | bin | 8584 -> 3963 bytes |
-rw-r--r-- | doc/ci/runners/img/shared_runner_ip_address.png | bin | 69821 -> 20276 bytes |
-rw-r--r-- | doc/ci/runners/img/specific_runner_ip_address.png | bin | 42055 -> 12209 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/doc/ci/runners/img/protected_runners_check_box.png b/doc/ci/runners/img/protected_runners_check_box.png Binary files differindex fb58498c7ce..3c47ebdec29 100644 --- a/doc/ci/runners/img/protected_runners_check_box.png +++ b/doc/ci/runners/img/protected_runners_check_box.png diff --git a/doc/ci/runners/img/shared_runner_ip_address.png b/doc/ci/runners/img/shared_runner_ip_address.png Binary files differindex 3b1542d59d3..527b4f4043d 100644 --- a/doc/ci/runners/img/shared_runner_ip_address.png +++ b/doc/ci/runners/img/shared_runner_ip_address.png diff --git a/doc/ci/runners/img/specific_runner_ip_address.png b/doc/ci/runners/img/specific_runner_ip_address.png Binary files differindex 3b4c3e9f2eb..e08663109ba 100644 --- a/doc/ci/runners/img/specific_runner_ip_address.png +++ b/doc/ci/runners/img/specific_runner_ip_address.png |