修复 "iCCP: known incorrect sRGB profile" 报错问题
使用 convert.bat 调用 ImageMagick\convert.exe 对图片进行处理。 处理后除了消除警告外,程序体积从 1013k 缩小到 979k。
|
@ -0,0 +1,12 @@
|
|||
@echo on
|
||||
|
||||
@echo ImageMagick fix libpng warning: iCCP: Not recognizing known sRGB profile ...
|
||||
@echo Search PNG in subdirs and convert ...
|
||||
|
||||
set fn=ImageMagick\convert.exe
|
||||
|
||||
for /f "tokens=*" %%i in ('dir/s/b *.png') do "%fn%" "%%i" -strip "%%i"
|
||||
|
||||
@echo Done.
|
||||
|
||||
pause
|
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 528 B After Width: | Height: | Size: 520 B |
Before Width: | Height: | Size: 757 B After Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 736 B After Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 633 B |
Before Width: | Height: | Size: 665 B After Width: | Height: | Size: 543 B |
Before Width: | Height: | Size: 865 B After Width: | Height: | Size: 734 B |
Before Width: | Height: | Size: 527 B After Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 560 B After Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 640 B |
Before Width: | Height: | Size: 761 B After Width: | Height: | Size: 738 B |
Before Width: | Height: | Size: 619 B After Width: | Height: | Size: 475 B |
Before Width: | Height: | Size: 869 B After Width: | Height: | Size: 982 B |
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 439 B |
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 594 B |
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 743 B After Width: | Height: | Size: 742 B |
Before Width: | Height: | Size: 572 B After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 633 B After Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 732 B |
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 672 B After Width: | Height: | Size: 585 B |
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 761 B |
Before Width: | Height: | Size: 636 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 834 B |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 300 B |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 1003 B After Width: | Height: | Size: 222 B |