summaryrefslogtreecommitdiff
path: root/Meta/check-png-sizes.sh
AgeCommit message (Collapse)Author
2022-06-18Meta: Add a PNG size check to CI and pre-commit checkskleines Filmröllchen
This uses optipng to check how much size can be reduced on PNG files. If that's more than 2 KiB for at least one file, the check fails. As with other checks, it doesn't run if optipng is not installed.