Skip to content

Compress all PNG images under doc/

Achilleas Pipinellis requested to merge docs/compress-images-ee into master

What does this MR do?

Compresses all images. Port of CE https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21329

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: 68000K
  • After : 48104K

Author's checklist

Review checklist

  • Your team's review (required)
  • Technical writer's review (required)
  • Merge the EE-MR first, CE-MR afterwards
Edited by Marcia Ramos

Merge request reports