EIP-777: pngcrush assets (#5456)
* EIP-777: pngcrush assets
These simple PNG images were bafflingly big: like, 16.8 MB for a
single-color 2048p image. This patch shrinks the total repository size
from 152 MB to 45 MB.
Generated with:
for f in assets/eip-777/logo/png/*.png; do pngcrush -ow "$f"; done
using pngcrush 1.8.13.
Passing each file through `convert - rgba:-` before and after this patch
shows that the raw pixel data is unchanged.
wchargin-branch: eip-777-pngcrush
wchargin-source: 5efcdfdc1dba31b23a9875fa05b29e1f7893a605
* [eip-777-pngcrush: touch EIP text to appease bot]
wchargin-branch: eip-777-pngcrush
wchargin-source: ec4b3451f56b227797c47b811e7458a0890a547b
GitHub Diff