some cleanups
整理文件夹,按首字母分类
This commit is contained in:
2
K/KagurazakaYashi/src/c1920webp.sh
Normal file
2
K/KagurazakaYashi/src/c1920webp.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
# 在原始高清文件夹下运行,压制 webp 图片
|
||||
for file in *.jpg; do echo $file ${file%%.*}.webp; convert -resize 1920x1920 $file ../${file%%.*}.webp; done
|
||||
Reference in New Issue
Block a user