Compress all PNG images under doc/
What does this MR do?
Compresses all images.
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
Author's checklist
-
Apply the correct labels and milestone -
Port the MR to EE (or backport from CE): always recommended, required when the ee-compat-check
job fails
Review checklist
Your team's review (required)-
Technical writer's review (required) -
Merge the EE-MR first, CE-MR afterwards
Edited by Marcia Ramos