mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 22:08:16 +08:00
<doc>
This commit is contained in:
BIN
assets/snapshots/20221212212417.png
Normal file
BIN
assets/snapshots/20221212212417.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
BIN
assets/snapshots/20221212213957.png
Normal file
BIN
assets/snapshots/20221212213957.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
assets/snapshots/20221212214514.png
Normal file
BIN
assets/snapshots/20221212214514.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
assets/snapshots/20221212214904.png
Normal file
BIN
assets/snapshots/20221212214904.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
assets/snapshots/20221212215259.png
Normal file
BIN
assets/snapshots/20221212215259.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
assets/snapshots/20221212215853.png
Normal file
BIN
assets/snapshots/20221212215853.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
2
assets/snapshots/img-optimize.cmd
Normal file
2
assets/snapshots/img-optimize.cmd
Normal file
@ -0,0 +1,2 @@
|
||||
for %%i in (*.png) do pngquant %%i --force --output %%i --skip-if-larger
|
||||
for %%i in (*.jpg) do jpegtran -copy none -optimize -perfect %%i %%i
|
Reference in New Issue
Block a user