Merge d94677dafd into 264d99215b
26
dev_scripts/fix_bkgd.sh
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
#!/bin/bash
|
||||
# fix_bkgd.sh
|
||||
# Finds all PNGs with invalid bKGD chunk and fixes them with pngcrush
|
||||
|
||||
echo "Scanning for bKGD warnings..."
|
||||
|
||||
# Find all offending files
|
||||
WARNINGS=$(make -j1 2>&1 | grep -B1 "bKGD: invalid index" | grep "gbagfx" | grep -oP 'graphics/\S+\.png')
|
||||
|
||||
if [ -z "$WARNINGS" ]; then
|
||||
echo "No bKGD warnings found!"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "Found these files:"
|
||||
echo "$WARNINGS"
|
||||
echo ""
|
||||
echo "Fixing..."
|
||||
|
||||
for f in $WARNINGS; do
|
||||
echo " fixing $f"
|
||||
pngcrush -rem bKGD -ow "$f" 2>/dev/null
|
||||
done
|
||||
|
||||
echo ""
|
||||
echo "Done. Re-run 'make -j$(nproc)' to confirm no warnings remain."
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 985 B |
|
Before Width: | Height: | Size: 1003 B After Width: | Height: | Size: 935 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 980 B |
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 303 B |
|
Before Width: | Height: | Size: 714 B After Width: | Height: | Size: 661 B |
|
Before Width: | Height: | Size: 622 B After Width: | Height: | Size: 517 B |
|
Before Width: | Height: | Size: 946 B After Width: | Height: | Size: 890 B |
|
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 286 B |
|
Before Width: | Height: | Size: 1011 B After Width: | Height: | Size: 968 B |
|
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 243 B |
|
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 233 B |
|
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 303 B |
|
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 311 B |
|
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 299 B |
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 289 B |
|
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 311 B |
|
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 285 B |
|
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 354 B |
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 336 B |
|
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 301 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 838 B After Width: | Height: | Size: 806 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 561 B After Width: | Height: | Size: 521 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 994 B After Width: | Height: | Size: 962 B |
|
Before Width: | Height: | Size: 919 B After Width: | Height: | Size: 885 B |
|
Before Width: | Height: | Size: 898 B After Width: | Height: | Size: 865 B |
|
Before Width: | Height: | Size: 992 B After Width: | Height: | Size: 960 B |
|
Before Width: | Height: | Size: 991 B After Width: | Height: | Size: 959 B |
|
Before Width: | Height: | Size: 810 B After Width: | Height: | Size: 759 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 654 B After Width: | Height: | Size: 615 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 743 B After Width: | Height: | Size: 708 B |
|
Before Width: | Height: | Size: 639 B After Width: | Height: | Size: 605 B |
|
Before Width: | Height: | Size: 803 B After Width: | Height: | Size: 764 B |
|
Before Width: | Height: | Size: 998 B After Width: | Height: | Size: 955 B |
|
Before Width: | Height: | Size: 924 B After Width: | Height: | Size: 876 B |
|
Before Width: | Height: | Size: 756 B After Width: | Height: | Size: 716 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 629 B |
|
Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 959 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 631 B After Width: | Height: | Size: 596 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 694 B After Width: | Height: | Size: 660 B |
|
Before Width: | Height: | Size: 945 B After Width: | Height: | Size: 909 B |
|
Before Width: | Height: | Size: 572 B After Width: | Height: | Size: 524 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 889 B After Width: | Height: | Size: 853 B |
|
Before Width: | Height: | Size: 1015 B After Width: | Height: | Size: 971 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 977 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 647 B After Width: | Height: | Size: 601 B |
|
Before Width: | Height: | Size: 733 B After Width: | Height: | Size: 700 B |
|
Before Width: | Height: | Size: 861 B After Width: | Height: | Size: 817 B |
|
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 534 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 523 B |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 831 B After Width: | Height: | Size: 797 B |
|
Before Width: | Height: | Size: 767 B After Width: | Height: | Size: 737 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 693 B After Width: | Height: | Size: 651 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 759 B After Width: | Height: | Size: 724 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 775 B After Width: | Height: | Size: 743 B |
|
Before Width: | Height: | Size: 890 B After Width: | Height: | Size: 836 B |
|
Before Width: | Height: | Size: 793 B After Width: | Height: | Size: 760 B |
|
Before Width: | Height: | Size: 777 B After Width: | Height: | Size: 744 B |
|
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 608 B |
|
Before Width: | Height: | Size: 647 B After Width: | Height: | Size: 605 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 671 B After Width: | Height: | Size: 635 B |
|
Before Width: | Height: | Size: 956 B After Width: | Height: | Size: 904 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 810 B After Width: | Height: | Size: 771 B |
|
Before Width: | Height: | Size: 824 B After Width: | Height: | Size: 790 B |
|
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 737 B |
|
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 814 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 844 B After Width: | Height: | Size: 804 B |
|
Before Width: | Height: | Size: 866 B After Width: | Height: | Size: 827 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |